#f2db52

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

Shades of Energy Yellow #F2DB52

Tints of Energy Yellow #F2DB52

Color information

#F2DB52 (or 0xF2DB52) is unknown color: approx Energy Yellow. HEX triplet: F2, DB and 52. RGB value is (242,219,82). Sum of RGB (Red+Green+Blue) = 242+219+82=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 82 (32.42% from 255 or 15.10% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DB52 is #0D24AD. Grayscale: #D2D2D2. Windows color (decimal): -861358 or 5430258. OLE color: 5430258.

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

Color convert

RGB24221982-
CMYK00.100.660.05
HSL51.38º86.02%63.53%-
HSV(B)51.38º66.12%94.9%-
XYZ63.4770.1518.18-
YUV210.2655.62150.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.57%
GREEN value IS 219 (85.94% from 255) = 40.33%
BLUE value IS 82 (32.42% from 255) = 15.10%
R=44.57%
G=40.33%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422198200.100.660.0551.3886.0263.53
HexF2DB520A425335640
Octal362333122012102563126100
Binary1111001011011011101001001010100001010111001110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2db52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2db52; }

 p { color: rgb(242,219,82); }

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

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

 a { background-color: rgb(242,219,82); }

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

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

 span { border-color: rgb(242,219,82); }

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