#F2D84C

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

Shades of Energy Yellow #F2D84C

Tints of Energy Yellow #F2D84C

Color information

#F2D84C (or 0xF2D84C) is unknown color: approx Energy Yellow. HEX triplet: F2, D8 and 4C. RGB value is (242,216,76). Sum of RGB (Red+Green+Blue) = 242+216+76=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 76 (30.08% from 255 or 14.23% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D84C is #0D27B3. Grayscale: #D0D0D0. Windows color (decimal): -862132 or 5036274. OLE color: 5036274.

HSL color Cylindrical-coordinate representation of color #F2D84C: hue angle of 50.6º 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 #F2D84C is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24221676-
CMYK00.110.690.05
HSL50.6º86.46%62.35%-
HSV(B)50.6º68.6%94.9%-
XYZ62.4868.5116.77-
YUV207.8153.61152.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.32%
GREEN value IS 216 (84.77% from 255) = 40.45%
BLUE value IS 76 (30.08% from 255) = 14.23%
R=45.32%
G=40.45%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422167600.110.690.0550.686.4662.35
HexF2D84C0B45533563e
Octal36233011401310556312676
Binary111100101101100010011000101110001011011100111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D84C; }

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

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

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

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

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

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

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

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