#F1D67C

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

Shades of Golden Glow #F1D67C

Tints of Golden Glow #F1D67C

Color information

#F1D67C (or 0xF1D67C) is unknown color: approx Golden Glow. HEX triplet: F1, D6 and 7C. RGB value is (241,214,124). Sum of RGB (Red+Green+Blue) = 241+214+124=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D67C is #0E2983. Grayscale: #D4D4D4. Windows color (decimal): -928132 or 8181489. OLE color: 8181489.

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

Color convert

RGB241214124-
CMYK00.110.490.05
HSL46.15º80.69%71.57%-
HSV(B)46.15º48.55%94.51%-
XYZ63.9668.2528.87-
YUV211.8178.45148.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.62%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 124 (48.83% from 255) = 21.42%
R=41.62%
G=36.96%
B=21.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121412400.110.490.0546.1580.6971.57
HexF1D67C0B3152e5148
Octal36132617401361556121110
Binary111100011101011011111000101111000110110111010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D67C; }

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

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

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

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

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

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

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

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