#F1D27E

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

Shades of Golden Glow #F1D27E

Tints of Golden Glow #F1D27E

Color information

#F1D27E (or 0xF1D27E) is unknown color: approx Golden Glow. HEX triplet: F1, D2 and 7E. RGB value is (241,210,126). Sum of RGB (Red+Green+Blue) = 241+210+126=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 126 (49.61% from 255 or 21.84% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D27E is #0E2D81. Grayscale: #D2D2D2. Windows color (decimal): -929154 or 8311537. OLE color: 8311537.

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

Color convert

RGB241210126-
CMYK00.130.480.05
HSL43.83º80.42%71.96%-
HSV(B)43.83º47.72%94.51%-
XYZ63.0966.329.21-
YUV209.6980.77150.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.77%
GREEN value IS 210 (82.42% from 255) = 36.40%
BLUE value IS 126 (49.61% from 255) = 21.84%
R=41.77%
G=36.40%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121012600.130.480.0543.8380.4271.96
HexF1D27E0D3052c5048
Octal36132217601560554120110
Binary111100011101001011111100110111000010110110010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D27E; }

 p { color: rgb(241,210,126); }

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

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

 a { background-color: rgb(241,210,126); }

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

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

 span { border-color: rgb(241,210,126); }

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