#F0D17A

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

Shades of Golden Glow #F0D17A

Tints of Golden Glow #F0D17A

Color information

#F0D17A (or 0xF0D17A) is unknown color: approx Golden Glow. HEX triplet: F0, D1 and 7A. RGB value is (240,209,122). Sum of RGB (Red+Green+Blue) = 240+209+122=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D17A is #0F2E85. Grayscale: #D0D0D0. Windows color (decimal): -994950 or 8049136. OLE color: 8049136.

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

Color convert

RGB240209122-
CMYK00.130.490.06
HSL44.24º79.73%70.98%-
HSV(B)44.24º49.17%94.12%-
XYZ62.2565.5327.78-
YUV208.3579.27150.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 209 (82.03% from 255) = 36.60%
BLUE value IS 122 (48.05% from 255) = 21.37%
R=42.03%
G=36.60%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020912200.130.490.0644.2479.7370.98
HexF0D17A0D3162c5047
Octal36032117201561654120107
Binary111100001101000111110100110111000111010110010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D17A; }

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

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

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

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

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

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

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

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