#F5D278

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

Shades of Golden Glow #F5D278

Tints of Golden Glow #F5D278

Color information

#F5D278 (or 0xF5D278) is unknown color: approx Golden Glow. HEX triplet: F5, D2 and 78. RGB value is (245,210,120). Sum of RGB (Red+Green+Blue) = 245+210+120=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 120 (47.27% from 255 or 20.87% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D278 is #0A2D87. Grayscale: #D2D2D2. Windows color (decimal): -667016 or 7918325. OLE color: 7918325.

HSL color Cylindrical-coordinate representation of color #F5D278: hue angle of 43.2º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5D278 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB245210120-
CMYK00.140.510.04
HSL43.2º86.21%71.57%-
HSV(B)43.2º51.02%96.08%-
XYZ64.0966.8627.3-
YUV210.277.1152.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.61%
GREEN value IS 210 (82.42% from 255) = 36.52%
BLUE value IS 120 (47.27% from 255) = 20.87%
R=42.61%
G=36.52%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521012000.140.510.0443.286.2171.57
HexF5D2780E3342b5648
Octal36532217001663453126110
Binary111101011101001011110000111011001110010101110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D278; }

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

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

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

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

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

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

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

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