#F2DA48

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

Shades of Energy Yellow #F2DA48

Tints of Energy Yellow #F2DA48

Color information

#F2DA48 (or 0xF2DA48) is unknown color: approx Energy Yellow. HEX triplet: F2, DA and 48. RGB value is (242,218,72). Sum of RGB (Red+Green+Blue) = 242+218+72=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 72 (28.52% from 255 or 13.53% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DA48 is #0D25B7. Grayscale: #D1D1D1. Windows color (decimal): -861624 or 4774642. OLE color: 4774642.

HSL color Cylindrical-coordinate representation of color #F2DA48: hue angle of 51.53º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2DA48 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24221872-
CMYK00.100.700.05
HSL51.53º86.73%61.57%-
HSV(B)51.53º70.25%94.9%-
XYZ62.8669.4916.23-
YUV208.5350.95151.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.49%
GREEN value IS 218 (85.55% from 255) = 40.98%
BLUE value IS 72 (28.52% from 255) = 13.53%
R=45.49%
G=40.98%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422187200.100.700.0551.5386.7361.57
HexF2DA480A46534573e
Octal36233211001210656412776
Binary111100101101101010010000101010001101011101001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DA48; }

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

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

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

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

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

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

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

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