#F0DF4A

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

Shades of Energy Yellow #F0DF4A

Tints of Energy Yellow #F0DF4A

Color information

#F0DF4A (or 0xF0DF4A) is unknown color: approx Energy Yellow. HEX triplet: F0, DF and 4A. RGB value is (240,223,74). Sum of RGB (Red+Green+Blue) = 240+223+74=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 74 (29.30% from 255 or 13.78% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DF4A is #0F20B5. Grayscale: #D3D3D3. Windows color (decimal): -991414 or 4906992. OLE color: 4906992.

HSL color Cylindrical-coordinate representation of color #F0DF4A: hue angle of 53.86º 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 #F0DF4A is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB24022374-
CMYK00.070.690.06
HSL53.86º84.69%61.57%-
HSV(B)53.86º69.17%94.12%-
XYZ63.5671.816.99-
YUV211.150.63148.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.69%
GREEN value IS 223 (87.5% from 255) = 41.53%
BLUE value IS 74 (29.30% from 255) = 13.78%
R=44.69%
G=41.53%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402237400.070.690.0653.8684.6961.57
HexF0DF4A0745636553e
Octal3603371120710566612576
Binary11110000110111111001010011110001011101101101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DF4A; }

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

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

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

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

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

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

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

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