#F0D74C

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

Shades of Energy Yellow #F0D74C

Tints of Energy Yellow #F0D74C

Color information

#F0D74C (or 0xF0D74C) is unknown color: approx Energy Yellow. HEX triplet: F0, D7 and 4C. RGB value is (240,215,76). Sum of RGB (Red+Green+Blue) = 240+215+76=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 76 (30.08% from 255 or 14.31% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D74C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D74C is #0F28B3. Grayscale: #CFCFCF. Windows color (decimal): -993460 or 5036016. OLE color: 5036016.

HSL color Cylindrical-coordinate representation of color #F0D74C: hue angle of 50.85º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0D74C is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB24021576-
CMYK00.100.680.06
HSL50.85º84.54%61.96%-
HSV(B)50.85º68.33%94.12%-
XYZ61.5467.6516.65-
YUV206.6354.28151.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.20%
GREEN value IS 215 (84.38% from 255) = 40.49%
BLUE value IS 76 (30.08% from 255) = 14.31%
R=45.20%
G=40.49%
B=14.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402157600.100.680.0650.8584.5461.96
HexF0D74C0A44633553e
Octal36032711401210466312576
Binary111100001101011110011000101010001001101100111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D74C; }

 p { color: rgb(240,215,76); }

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

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

 a { background-color: rgb(240,215,76); }

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

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

 span { border-color: rgb(240,215,76); }

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