Shades of Golden Glow #F3D17A
Tints of Golden Glow #F3D17A
RGB
CMYK
RGB Variations
Color information
#F3D17A (or 0xF3D17A) is known color: Golden Glow. HEX triplet: F3, D1 and 7A. RGB value is (243,209,122). Sum of RGB (Red+Green+Blue) = 243+209+122=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D17A is #0C2E85. Grayscale: #D1D1D1. Windows color (decimal): -798342 or 8049139. OLE color: 8049139.
HSL color Cylindrical-coordinate representation of color #F3D17A: hue angle of 43.14º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F3D17A is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 209 | 122 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.05 |
| HSL | 43.14º | 0.83% | 0.72% | - |
| HSV(B) | 43.14º | 0.5% | 0.95% | - |
| XYZ | 63.28 | 66.06 | 27.83 | - |
| YUV | 209.25 | 78.76 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 209 | 122 | 0 | 0.14 | 0.50 | 0.05 | 43.14 | 0.83 | 0.72 |
| Hex | F3 | D1 | 7A | 0 | E | 32 | 5 | 2B | 53 | 48 |
| Octal | 363 | 321 | 172 | 0 | 16 | 62 | 5 | 53 | 123 | 110 |
| Binary | 11110011 | 11010001 | 1111010 | 0 | 1110 | 110010 | 101 | 101011 | 1010011 | 1001000 |
Color Harmonies of #F3D17A
Complementary color
Monochromatic Colors of #F3D17A
Black with #F3D17A
Text Example
Text Example
White with #F3D17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D17A; }
p { color: rgb(243,209,122); }
H1.HeaderClassName
{
color: #F3D17A;
}
.AnyTagClassName
{
color: #F3D17A;
}
</style>
background-color css
<style>
a { background-color: #F3D17A; }
a { background-color: rgb(243,209,122); }
div.DivClassName
{
background-color: #F3D17A;
}
.BgClassName
{
background-color: #F3D17A;
}
</style>
border-color css
<style>
span { border-color: #F3D17A; }
span { border-color: rgb(243,209,122); }
td.TdClassName
{
border-color: #F3D17A;
}
.TagClassName
{
border-color: #F3D17A;
}
</style>