#F2DE53

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

Shades of Energy Yellow #F2DE53

Tints of Energy Yellow #F2DE53

Color information

#F2DE53 (or 0xF2DE53) is unknown color: approx Energy Yellow. HEX triplet: F2, DE and 53. RGB value is (242,222,83). Sum of RGB (Red+Green+Blue) = 242+222+83=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 83 (32.81% from 255 or 15.17% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DE53 is #0D21AC. Grayscale: #D4D4D4. Windows color (decimal): -860589 or 5496562. OLE color: 5496562.

HSL color Cylindrical-coordinate representation of color #F2DE53: hue angle of 52.45º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2DE53 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB24222283-
CMYK00.080.660.05
HSL52.45º85.95%63.73%-
HSV(B)52.45º65.7%94.9%-
XYZ64.371.7418.64-
YUV212.1355.13149.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 222 (87.11% from 255) = 40.59%
BLUE value IS 83 (32.81% from 255) = 15.17%
R=44.24%
G=40.59%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422228300.080.660.0552.4585.9563.73
HexF2DE5308425345640
Octal362336123010102564126100
Binary1111001011011110101001101000100001010111010010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DE53; }

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

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

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

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

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

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

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

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