#F5D752

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

Shades of Energy Yellow #F5D752

Tints of Energy Yellow #F5D752

Color information

#F5D752 (or 0xF5D752) is unknown color: approx Energy Yellow. HEX triplet: F5, D7 and 52. RGB value is (245,215,82). Sum of RGB (Red+Green+Blue) = 245+215+82=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 82 (32.42% from 255 or 15.13% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D752 is #0A28AD. Grayscale: #D1D1D1. Windows color (decimal): -665774 or 5429237. OLE color: 5429237.

HSL color Cylindrical-coordinate representation of color #F5D752: hue angle of 48.96º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5D752 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB24521582-
CMYK00.120.670.04
HSL48.96º89.07%64.12%-
HSV(B)48.96º66.53%96.08%-
XYZ63.4868.6217.88-
YUV208.8156.44153.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.20%
GREEN value IS 215 (84.38% from 255) = 39.67%
BLUE value IS 82 (32.42% from 255) = 15.13%
R=45.20%
G=39.67%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452158200.120.670.0448.9689.0764.12
HexF5D7520C434315940
Octal365327122014103461131100
Binary1111010111010111101001001100100001110011000110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D752; }

 p { color: rgb(245,215,82); }

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

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

 a { background-color: rgb(245,215,82); }

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

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

 span { border-color: rgb(245,215,82); }

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