#F5DC53

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

Shades of Energy Yellow #F5DC53

Tints of Energy Yellow #F5DC53

Color information

#F5DC53 (or 0xF5DC53) is unknown color: approx Energy Yellow. HEX triplet: F5, DC and 53. RGB value is (245,220,83). Sum of RGB (Red+Green+Blue) = 245+220+83=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 83 (32.81% from 255 or 15.15% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DC53 is #0A23AC. Grayscale: #D4D4D4. Windows color (decimal): -664493 or 5496053. OLE color: 5496053.

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

Color convert

RGB24522083-
CMYK00.100.660.04
HSL50.74º89.01%64.31%-
HSV(B)50.74º66.12%96.08%-
XYZ64.8171.2218.52-
YUV211.8655.28151.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.71%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 83 (32.81% from 255) = 15.15%
R=44.71%
G=40.15%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452208300.100.660.0450.7489.0164.31
HexF5DC530A424335940
Octal365334123012102463131100
Binary1111010111011100101001101010100001010011001110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DC53; }

 p { color: rgb(245,220,83); }

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

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

 a { background-color: rgb(245,220,83); }

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

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

 span { border-color: rgb(245,220,83); }

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