#F2D27C

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

Shades of Golden Glow #F2D27C

Tints of Golden Glow #F2D27C

Color information

#F2D27C (or 0xF2D27C) is unknown color: approx Golden Glow. HEX triplet: F2, D2 and 7C. RGB value is (242,210,124). Sum of RGB (Red+Green+Blue) = 242+210+124=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D27C is #0D2D83. Grayscale: #D2D2D2. Windows color (decimal): -863620 or 8180466. OLE color: 8180466.

HSL color Cylindrical-coordinate representation of color #F2D27C: hue angle of 43.73º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2D27C is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB242210124-
CMYK00.130.490.05
HSL43.73º81.94%71.76%-
HSV(B)43.73º48.76%94.9%-
XYZ63.366.4328.55-
YUV209.7679.6150.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.01%
GREEN value IS 210 (82.42% from 255) = 36.46%
BLUE value IS 124 (48.83% from 255) = 21.53%
R=42.01%
G=36.46%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221012400.130.490.0543.7381.9471.76
HexF2D27C0D3152c5248
Octal36232217401561554122110
Binary111100101101001011111000110111000110110110010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D27C; }

 p { color: rgb(242,210,124); }

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

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

 a { background-color: rgb(242,210,124); }

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

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

 span { border-color: rgb(242,210,124); }

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