#F2D04F

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

Shades of Energy Yellow #F2D04F

Tints of Energy Yellow #F2D04F

Color information

#F2D04F (or 0xF2D04F) is unknown color: approx Energy Yellow. HEX triplet: F2, D0 and 4F. RGB value is (242,208,79). Sum of RGB (Red+Green+Blue) = 242+208+79=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D04F is #0D2FB0. Grayscale: #CCCCCC. Windows color (decimal): -864177 or 5230834. OLE color: 5230834.

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

Color convert

RGB24220879-
CMYK00.140.670.05
HSL47.48º86.24%62.94%-
HSV(B)47.48º67.36%94.9%-
XYZ60.5964.5516.66-
YUV203.4657.76155.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.75%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 79 (31.25% from 255) = 14.93%
R=45.75%
G=39.32%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422087900.140.670.0547.4886.2462.94
HexF2D04F0E4352f563f
Octal36232011701610355712677
Binary111100101101000010011110111010000111011011111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D04F; }

 p { color: rgb(242,208,79); }

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

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

 a { background-color: rgb(242,208,79); }

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

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

 span { border-color: rgb(242,208,79); }

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