#F2D878

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

Shades of Golden Glow #F2D878

Tints of Golden Glow #F2D878

Color information

#F2D878 (or 0xF2D878) is unknown color: approx Golden Glow. HEX triplet: F2, D8 and 78. RGB value is (242,216,120). Sum of RGB (Red+Green+Blue) = 242+216+120=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 120 (47.27% from 255 or 20.76% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D878 is #0D2787. Grayscale: #D5D5D5. Windows color (decimal): -862088 or 7919858. OLE color: 7919858.

HSL color Cylindrical-coordinate representation of color #F2D878: hue angle of 47.21º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2D878 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242216120-
CMYK00.110.500.05
HSL47.21º82.43%70.98%-
HSV(B)47.21º50.41%94.9%-
XYZ64.5669.3527.75-
YUV212.8375.61148.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.87%
GREEN value IS 216 (84.77% from 255) = 37.37%
BLUE value IS 120 (47.27% from 255) = 20.76%
R=41.87%
G=37.37%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221612000.110.500.0547.2182.4370.98
HexF2D8780B3252f5247
Octal36233017001362557122107
Binary111100101101100011110000101111001010110111110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D878; }

 p { color: rgb(242,216,120); }

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

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

 a { background-color: rgb(242,216,120); }

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

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

 span { border-color: rgb(242,216,120); }

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