#F0D279

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

Shades of Golden Glow #F0D279

Tints of Golden Glow #F0D279

Color information

#F0D279 (or 0xF0D279) is unknown color: approx Golden Glow. HEX triplet: F0, D2 and 79. RGB value is (240,210,121). Sum of RGB (Red+Green+Blue) = 240+210+121=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 121 (47.66% from 255 or 21.19% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D279 is #0F2D86. Grayscale: #D1D1D1. Windows color (decimal): -994695 or 7983856. OLE color: 7983856.

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

Color convert

RGB240210121-
CMYK00.120.500.06
HSL44.87º79.87%70.78%-
HSV(B)44.87º49.58%94.12%-
XYZ62.436627.54-
YUV208.8278.44150.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 210 (82.42% from 255) = 36.78%
BLUE value IS 121 (47.66% from 255) = 21.19%
R=42.03%
G=36.78%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021012100.120.500.0644.8779.8770.78
HexF0D2790C3262d5047
Octal36032217101462655120107
Binary111100001101001011110010110011001011010110110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D279; }

 p { color: rgb(240,210,121); }

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

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

 a { background-color: rgb(240,210,121); }

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

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

 span { border-color: rgb(240,210,121); }

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