#F2DC4D

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

Shades of Energy Yellow #F2DC4D

Tints of Energy Yellow #F2DC4D

Color information

#F2DC4D (or 0xF2DC4D) is unknown color: approx Energy Yellow. HEX triplet: F2, DC and 4D. RGB value is (242,220,77). Sum of RGB (Red+Green+Blue) = 242+220+77=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 77 (30.47% from 255 or 14.29% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC4D is #0D23B2. Grayscale: #D2D2D2. Windows color (decimal): -861107 or 5102834. OLE color: 5102834.

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

Color convert

RGB24222077-
CMYK00.090.680.05
HSL52º86.39%62.55%-
HSV(B)52º68.18%94.9%-
XYZ63.5570.617.3-
YUV210.2852.79150.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.90%
GREEN value IS 220 (86.33% from 255) = 40.82%
BLUE value IS 77 (30.47% from 255) = 14.29%
R=44.90%
G=40.82%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422207700.090.680.055286.3962.55
HexF2DC4D0944534563f
Octal36233411501110456412677
Binary111100101101110010011010100110001001011101001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DC4D; }

 p { color: rgb(242,220,77); }

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

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

 a { background-color: rgb(242,220,77); }

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

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

 span { border-color: rgb(242,220,77); }

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