#F2DE45

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

Shades of Energy Yellow #F2DE45

Tints of Energy Yellow #F2DE45

Color information

#F2DE45 (or 0xF2DE45) is unknown color: approx Energy Yellow. HEX triplet: F2, DE and 45. RGB value is (242,222,69). Sum of RGB (Red+Green+Blue) = 242+222+69=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 69 (27.34% from 255 or 12.95% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DE45 is #0D21BA. Grayscale: #D3D3D3. Windows color (decimal): -860603 or 4579058. OLE color: 4579058.

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

Color convert

RGB24222269-
CMYK00.080.710.05
HSL53.06º86.93%60.98%-
HSV(B)53.06º71.49%94.9%-
XYZ63.8171.5516.08-
YUV210.5448.13150.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.40%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 69 (27.34% from 255) = 12.95%
R=45.40%
G=41.65%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422226900.080.710.0553.0686.9360.98
HexF2DE450847535573d
Octal36233610501010756512775
Binary111100101101111010001010100010001111011101011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DE45; }

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

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

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

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

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

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

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

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