#F0DB4A

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

Shades of Energy Yellow #F0DB4A

Tints of Energy Yellow #F0DB4A

Color information

#F0DB4A (or 0xF0DB4A) is unknown color: approx Energy Yellow. HEX triplet: F0, DB and 4A. RGB value is (240,219,74). Sum of RGB (Red+Green+Blue) = 240+219+74=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DB4A is #0F24B5. Grayscale: #D1D1D1. Windows color (decimal): -992438 or 4905968. OLE color: 4905968.

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

Color convert

RGB24021974-
CMYK00.090.690.06
HSL52.41º84.69%61.57%-
HSV(B)52.41º69.17%94.12%-
XYZ62.569.6816.63-
YUV208.7551.96150.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.03%
GREEN value IS 219 (85.94% from 255) = 41.09%
BLUE value IS 74 (29.30% from 255) = 13.88%
R=45.03%
G=41.09%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402197400.090.690.0652.4184.6961.57
HexF0DB4A0945634553e
Octal36033311201110566412576
Binary111100001101101110010100100110001011101101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DB4A; }

 p { color: rgb(240,219,74); }

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

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

 a { background-color: rgb(240,219,74); }

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

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

 span { border-color: rgb(240,219,74); }

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