#F0D278

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

Shades of Golden Glow #F0D278

Tints of Golden Glow #F0D278

Color information

#F0D278 (or 0xF0D278) is unknown color: approx Golden Glow. HEX triplet: F0, D2 and 78. RGB value is (240,210,120). Sum of RGB (Red+Green+Blue) = 240+210+120=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D278 is #0F2D87. Grayscale: #D1D1D1. Windows color (decimal): -994696 or 7918320. OLE color: 7918320.

HSL color Cylindrical-coordinate representation of color #F0D278: hue angle of 45º 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 #F0D278 is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB240210120-
CMYK00.120.50.06
HSL45º80%70.59%-
HSV(B)45º50%94.12%-
XYZ62.3765.9727.22-
YUV208.7177.94150.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.11%
GREEN value IS 210 (82.42% from 255) = 36.84%
BLUE value IS 120 (47.27% from 255) = 21.05%
R=42.11%
G=36.84%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021012000.120.50.06458070.59
HexF0D2780C3262d5047
Octal36032217001462655120107
Binary111100001101001011110000110011001011010110110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D278; }

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

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

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

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

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

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

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

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