#F2DC4C

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

Shades of Energy Yellow #F2DC4C

Tints of Energy Yellow #F2DC4C

Color information

#F2DC4C (or 0xF2DC4C) is unknown color: approx Energy Yellow. HEX triplet: F2, DC and 4C. RGB value is (242,220,76). Sum of RGB (Red+Green+Blue) = 242+220+76=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 76 (30.08% from 255 or 14.13% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DC4C is #0D23B3. Grayscale: #D2D2D2. Windows color (decimal): -861108 or 5037298. OLE color: 5037298.

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

Color convert

RGB24222076-
CMYK00.090.690.05
HSL52.05º86.46%62.35%-
HSV(B)52.05º68.6%94.9%-
XYZ63.5270.5917.11-
YUV210.1652.29150.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.98%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 76 (30.08% from 255) = 14.13%
R=44.98%
G=40.89%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422207600.090.690.0552.0586.4662.35
HexF2DC4C0945534563e
Octal36233411401110556412676
Binary111100101101110010011000100110001011011101001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DC4C; }

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

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

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

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

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

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

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

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