#f5da52

Color #F5DA52 Energy Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Energy Yellow #F5DA52

Tints of Energy Yellow #F5DA52

Color information

#F5DA52 (or 0xF5DA52) is unknown color: approx Energy Yellow. HEX triplet: F5, DA and 52. RGB value is (245,218,82). Sum of RGB (Red+Green+Blue) = 245+218+82=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 82 (32.42% from 255 or 15.05% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DA52 is #0A25AD. Grayscale: #D3D3D3. Windows color (decimal): -665006 or 5430005. OLE color: 5430005.

HSL color Cylindrical-coordinate representation of color #F5DA52: hue angle of 50.06º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5DA52 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB24521882-
CMYK00.110.670.04
HSL50.06º89.07%64.12%-
HSV(B)50.06º66.53%96.08%-
XYZ64.2570.1618.14-
YUV210.5755.45152.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 44.95%
GREEN value IS 218 (85.55% from 255) = 40%
BLUE value IS 82 (32.42% from 255) = 15.05%
R=44.95%
G=40%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452188200.110.670.0450.0689.0764.12
HexF5DA520B434325940
Octal365332122013103462131100
Binary1111010111011010101001001011100001110011001010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5da52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5da52; }

 p { color: rgb(245,218,82); }

 H1.HeaderClassName
 {
   color: #f5da52;
 }
 .AnyTagClassName
 {
   color: #f5da52;
 }
</style>
background-color css

<style>
 a { background-color: #f5da52; }

 a { background-color: rgb(245,218,82); }

 div.DivClassName
 {
   background-color: #f5da52;
 }
 .BgClassName
 {
   background-color: #f5da52;
 }
</style>
border-color css

<style>
 span { border-color: #f5da52; }

 span { border-color: rgb(245,218,82); }

 td.TdClassName
 {
   border-color: #f5da52;
 }
 .TagClassName
 {
   border-color: #f5da52;
 }
</style>