#F2D24A

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

Shades of Energy Yellow #F2D24A

Tints of Energy Yellow #F2D24A

Color information

#F2D24A (or 0xF2D24A) is unknown color: approx Energy Yellow. HEX triplet: F2, D2 and 4A. RGB value is (242,210,74). Sum of RGB (Red+Green+Blue) = 242+210+74=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D24A is #0D2DB5. Grayscale: #CCCCCC. Windows color (decimal): -863670 or 4903666. OLE color: 4903666.

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

Color convert

RGB24221074-
CMYK00.130.690.05
HSL48.57º86.6%61.96%-
HSV(B)48.57º69.42%94.9%-
XYZ60.965.4615.9-
YUV204.0654.6155.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.01%
GREEN value IS 210 (82.42% from 255) = 39.92%
BLUE value IS 74 (29.30% from 255) = 14.07%
R=46.01%
G=39.92%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422107400.130.690.0548.5786.661.96
HexF2D24A0D45531573e
Octal36232211201510556112776
Binary111100101101001010010100110110001011011100011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D24A; }

 p { color: rgb(242,210,74); }

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

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

 a { background-color: rgb(242,210,74); }

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

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

 span { border-color: rgb(242,210,74); }

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