#F2D44D

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

Shades of Energy Yellow #F2D44D

Tints of Energy Yellow #F2D44D

Color information

#F2D44D (or 0xF2D44D) is unknown color: approx Energy Yellow. HEX triplet: F2, D4 and 4D. RGB value is (242,212,77). Sum of RGB (Red+Green+Blue) = 242+212+77=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D44D is #0D2BB2. Grayscale: #CECECE. Windows color (decimal): -863155 or 5100786. OLE color: 5100786.

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

Color convert

RGB24221277-
CMYK00.120.680.05
HSL49.09º86.39%62.55%-
HSV(B)49.09º68.18%94.9%-
XYZ61.566.516.62-
YUV205.5855.44153.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.57%
GREEN value IS 212 (83.20% from 255) = 39.92%
BLUE value IS 77 (30.47% from 255) = 14.50%
R=45.57%
G=39.92%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422127700.120.680.0549.0986.3962.55
HexF2D44D0C44531563f
Octal36232411501410456112677
Binary111100101101010010011010110010001001011100011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D44D; }

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

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

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

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

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

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

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

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