#F1D47C

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

Shades of Golden Glow #F1D47C

Tints of Golden Glow #F1D47C

Color information

#F1D47C (or 0xF1D47C) is unknown color: approx Golden Glow. HEX triplet: F1, D4 and 7C. RGB value is (241,212,124). Sum of RGB (Red+Green+Blue) = 241+212+124=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 124 (48.83% from 255 or 21.49% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D47C is #0E2B83. Grayscale: #D3D3D3. Windows color (decimal): -928644 or 8180977. OLE color: 8180977.

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

Color convert

RGB241212124-
CMYK00.120.490.05
HSL45.13º80.69%71.57%-
HSV(B)45.13º48.55%94.51%-
XYZ63.4667.2428.7-
YUV210.6479.11149.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.77%
GREEN value IS 212 (83.20% from 255) = 36.74%
BLUE value IS 124 (48.83% from 255) = 21.49%
R=41.77%
G=36.74%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121212400.120.490.0545.1380.6971.57
HexF1D47C0C3152d5148
Octal36132417401461555121110
Binary111100011101010011111000110011000110110110110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D47C; }

 p { color: rgb(241,212,124); }

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

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

 a { background-color: rgb(241,212,124); }

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

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

 span { border-color: rgb(241,212,124); }

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