#F2D44B

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

Shades of Energy Yellow #F2D44B

Tints of Energy Yellow #F2D44B

Color information

#F2D44B (or 0xF2D44B) is unknown color: approx Energy Yellow. HEX triplet: F2, D4 and 4B. RGB value is (242,212,75). Sum of RGB (Red+Green+Blue) = 242+212+75=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 75 (29.69% from 255 or 14.18% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D44B is #0D2BB4. Grayscale: #CDCDCD. Windows color (decimal): -863157 or 4969714. OLE color: 4969714.

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

Color convert

RGB24221275-
CMYK00.120.690.05
HSL49.22º86.53%62.16%-
HSV(B)49.22º69.01%94.9%-
XYZ61.4366.4716.25-
YUV205.3554.44154.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.75%
GREEN value IS 212 (83.20% from 255) = 40.08%
BLUE value IS 75 (29.69% from 255) = 14.18%
R=45.75%
G=40.08%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422127500.120.690.0549.2286.5362.16
HexF2D44B0C45531573e
Octal36232411301410556112776
Binary111100101101010010010110110010001011011100011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D44B; }

 p { color: rgb(242,212,75); }

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

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

 a { background-color: rgb(242,212,75); }

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

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

 span { border-color: rgb(242,212,75); }

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