#F0DE53

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

Shades of Energy Yellow #F0DE53

Tints of Energy Yellow #F0DE53

Color information

#F0DE53 (or 0xF0DE53) is unknown color: approx Energy Yellow. HEX triplet: F0, DE and 53. RGB value is (240,222,83). Sum of RGB (Red+Green+Blue) = 240+222+83=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 83 (32.81% from 255 or 15.23% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DE53 is #0F21AC. Grayscale: #D4D4D4. Windows color (decimal): -991661 or 5496560. OLE color: 5496560.

HSL color Cylindrical-coordinate representation of color #F0DE53: hue angle of 53.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0DE53 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB24022283-
CMYK00.080.650.06
HSL53.12º83.96%63.33%-
HSV(B)53.12º65.42%94.12%-
XYZ63.6271.3918.61-
YUV211.5455.46148.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.04%
GREEN value IS 222 (87.11% from 255) = 40.73%
BLUE value IS 83 (32.81% from 255) = 15.23%
R=44.04%
G=40.73%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402228300.080.650.0653.1283.9663.33
HexF0DE530841635543f
Octal36033612301010166512477
Binary111100001101111010100110100010000011101101011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DE53; }

 p { color: rgb(240,222,83); }

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

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

 a { background-color: rgb(240,222,83); }

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

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

 span { border-color: rgb(240,222,83); }

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