#F2D574

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

Shades of Golden Glow #F2D574

Tints of Golden Glow #F2D574

Color information

#F2D574 (or 0xF2D574) is unknown color: approx Golden Glow. HEX triplet: F2, D5 and 74. RGB value is (242,213,116). Sum of RGB (Red+Green+Blue) = 242+213+116=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D574 is #0D2A8B. Grayscale: #D3D3D3. Windows color (decimal): -862860 or 7656946. OLE color: 7656946.

HSL color Cylindrical-coordinate representation of color #F2D574: hue angle of 46.19º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2D574 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB242213116-
CMYK00.120.520.05
HSL46.19º82.89%70.2%-
HSV(B)46.19º52.07%94.9%-
XYZ63.5667.7326.25-
YUV210.6174.61150.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.38%
GREEN value IS 213 (83.59% from 255) = 37.30%
BLUE value IS 116 (45.70% from 255) = 20.32%
R=42.38%
G=37.30%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221311600.120.520.0546.1982.8970.2
HexF2D5740C3452e5346
Octal36232516401464556123106
Binary111100101101010111101000110011010010110111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D574; }

 p { color: rgb(242,213,116); }

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

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

 a { background-color: rgb(242,213,116); }

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

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

 span { border-color: rgb(242,213,116); }

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