#f1d37a

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

Shades of Golden Glow #F1D37A

Tints of Golden Glow #F1D37A

Color information

#F1D37A (or 0xF1D37A) is unknown color: approx Golden Glow. HEX triplet: F1, D3 and 7A. RGB value is (241,211,122). Sum of RGB (Red+Green+Blue) = 241+211+122=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D37A is #0E2C85. Grayscale: #D2D2D2. Windows color (decimal): -928902 or 8049649. OLE color: 8049649.

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

Color convert

RGB241211122-
CMYK00.120.490.05
HSL44.87º80.95%71.18%-
HSV(B)44.87º49.38%94.51%-
XYZ63.0866.6927.96-
YUV209.8278.44150.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.99%
GREEN value IS 211 (82.81% from 255) = 36.76%
BLUE value IS 122 (48.05% from 255) = 21.25%
R=41.99%
G=36.76%
B=21.25%

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
Decimal24121112200.120.490.0544.8780.9571.18
HexF1D37A0C3152d5147
Octal36132317201461555121107
Binary111100011101001111110100110011000110110110110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1d37a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1d37a; }

 p { color: rgb(241,211,122); }

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

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

 a { background-color: rgb(241,211,122); }

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

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

 span { border-color: rgb(241,211,122); }

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