Shades of Golden Glow #F3D077
Tints of Golden Glow #F3D077
RGB
CMYK
RGB Variations
Color information
#F3D077 (or 0xF3D077) is known color: Golden Glow. HEX triplet: F3, D0 and 77. RGB value is (243,208,119). Sum of RGB (Red+Green+Blue) = 243+208+119=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 119 (46.88% from 255 or 20.88% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D077 is #0C2F88. Grayscale: #D0D0D0. Windows color (decimal): -798601 or 7852275. OLE color: 7852275.
HSL color Cylindrical-coordinate representation of color #F3D077: hue angle of 43.06º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F3D077 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 119 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.05 |
| HSL | 43.06º | 0.84% | 0.71% | - |
| HSV(B) | 43.06º | 0.51% | 0.95% | - |
| XYZ | 62.85 | 65.5 | 26.78 | - |
| YUV | 208.32 | 77.6 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 119 | 0 | 0.14 | 0.51 | 0.05 | 43.06 | 0.84 | 0.71 |
| Hex | F3 | D0 | 77 | 0 | E | 33 | 5 | 2B | 54 | 47 |
| Octal | 363 | 320 | 167 | 0 | 16 | 63 | 5 | 53 | 124 | 107 |
| Binary | 11110011 | 11010000 | 1110111 | 0 | 1110 | 110011 | 101 | 101011 | 1010100 | 1000111 |
Color Harmonies of #F3D077
Complementary color
Monochromatic Colors of #F3D077
Black with #F3D077
Text Example
Text Example
White with #F3D077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D077; }
p { color: rgb(243,208,119); }
H1.HeaderClassName
{
color: #F3D077;
}
.AnyTagClassName
{
color: #F3D077;
}
</style>
background-color css
<style>
a { background-color: #F3D077; }
a { background-color: rgb(243,208,119); }
div.DivClassName
{
background-color: #F3D077;
}
.BgClassName
{
background-color: #F3D077;
}
</style>
border-color css
<style>
span { border-color: #F3D077; }
span { border-color: rgb(243,208,119); }
td.TdClassName
{
border-color: #F3D077;
}
.TagClassName
{
border-color: #F3D077;
}
</style>