#F0D377

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

Shades of Golden Glow #F0D377

Tints of Golden Glow #F0D377

Color information

#F0D377 (or 0xF0D377) is unknown color: approx Golden Glow. HEX triplet: F0, D3 and 77. RGB value is (240,211,119). Sum of RGB (Red+Green+Blue) = 240+211+119=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 119 (46.88% from 255 or 20.88% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D377 is #0F2C88. Grayscale: #D1D1D1. Windows color (decimal): -994441 or 7853040. OLE color: 7853040.

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

Color convert

RGB240211119-
CMYK00.120.500.06
HSL45.62º80.13%70.39%-
HSV(B)45.62º50.42%94.12%-
XYZ62.5666.4526.98-
YUV209.1877.11149.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.11%
GREEN value IS 211 (82.81% from 255) = 37.02%
BLUE value IS 119 (46.88% from 255) = 20.88%
R=42.11%
G=37.02%
B=20.88%

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
Decimal24021111900.120.500.0645.6280.1370.39
HexF0D3770C3262e5046
Octal36032316701462656120106
Binary111100001101001111101110110011001011010111010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D377; }

 p { color: rgb(240,211,119); }

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

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

 a { background-color: rgb(240,211,119); }

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

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

 span { border-color: rgb(240,211,119); }

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