#F2DA4D

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

Shades of Energy Yellow #F2DA4D

Tints of Energy Yellow #F2DA4D

Color information

#F2DA4D (or 0xF2DA4D) is unknown color: approx Energy Yellow. HEX triplet: F2, DA and 4D. RGB value is (242,218,77). Sum of RGB (Red+Green+Blue) = 242+218+77=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DA4D is #0D25B2. Grayscale: #D1D1D1. Windows color (decimal): -861619 or 5102322. OLE color: 5102322.

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

Color convert

RGB24221877-
CMYK00.100.680.05
HSL51.27º86.39%62.55%-
HSV(B)51.27º68.18%94.9%-
XYZ63.0369.5617.12-
YUV209.153.45151.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.07%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 77 (30.47% from 255) = 14.34%
R=45.07%
G=40.60%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422187700.100.680.0551.2786.3962.55
HexF2DA4D0A44533563f
Octal36233211501210456312677
Binary111100101101101010011010101010001001011100111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DA4D; }

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

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

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

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

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

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

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

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