#F0D17C

Color #F0D17C Golden Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Glow #F0D17C

Tints of Golden Glow #F0D17C

Color information

#F0D17C (or 0xF0D17C) is unknown color: approx Golden Glow. HEX triplet: F0, D1 and 7C. RGB value is (240,209,124). Sum of RGB (Red+Green+Blue) = 240+209+124=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D17C is #0F2E83. Grayscale: #D0D0D0. Windows color (decimal): -994948 or 8180208. OLE color: 8180208.

HSL color Cylindrical-coordinate representation of color #F0D17C: hue angle of 43.97º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0D17C is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB240209124-
CMYK00.130.480.06
HSL43.97º79.45%71.37%-
HSV(B)43.97º48.33%94.12%-
XYZ62.3765.5828.44-
YUV208.5880.27150.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.88%
GREEN value IS 209 (82.03% from 255) = 36.47%
BLUE value IS 124 (48.83% from 255) = 21.64%
R=41.88%
G=36.47%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020912400.130.480.0643.9779.4571.37
HexF0D17C0D3062c4f47
Octal36032117401560654117107
Binary111100001101000111111000110111000011010110010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D17C; }

 p { color: rgb(240,209,124); }

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

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

 a { background-color: rgb(240,209,124); }

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

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

 span { border-color: rgb(240,209,124); }

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