#F2D573

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

Shades of Golden Glow #F2D573

Tints of Golden Glow #F2D573

Color information

#F2D573 (or 0xF2D573) is unknown color: approx Golden Glow. HEX triplet: F2, D5 and 73. RGB value is (242,213,115). Sum of RGB (Red+Green+Blue) = 242+213+115=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D573 is #0D2A8C. Grayscale: #D2D2D2. Windows color (decimal): -862861 or 7591410. OLE color: 7591410.

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

Color convert

RGB242213115-
CMYK00.120.520.05
HSL46.3º83.01%70%-
HSV(B)46.3º52.48%94.9%-
XYZ63.5167.725.94-
YUV210.574.11150.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 213 (83.59% from 255) = 37.37%
BLUE value IS 115 (45.31% from 255) = 20.18%
R=42.46%
G=37.37%
B=20.18%

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
Decimal24221311500.120.520.0546.383.0170
HexF2D5730C3452e5346
Octal36232516301464556123106
Binary111100101101010111100110110011010010110111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D573; }

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

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

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

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

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

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

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

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