Shades of Golden Glow #F3D580
Tints of Golden Glow #F3D580
RGB
CMYK
RGB Variations
Color information
#F3D580 (or 0xF3D580) is known color: Golden Glow. HEX triplet: F3, D5 and 80. RGB value is (243,213,128). Sum of RGB (Red+Green+Blue) = 243+213+128=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D580 is #0C2A7F. Grayscale: #D4D4D4. Windows color (decimal): -797312 or 8443379. OLE color: 8443379.
HSL color Cylindrical-coordinate representation of color #F3D580: hue angle of 44.35º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3D580 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 128 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.05 |
| HSL | 44.35º | 0.83% | 0.73% | - |
| HSV(B) | 44.35º | 0.47% | 0.95% | - |
| XYZ | 64.65 | 68.2 | 30.18 | - |
| YUV | 212.28 | 80.44 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 128 | 0 | 0.12 | 0.47 | 0.05 | 44.35 | 0.83 | 0.73 |
| Hex | F3 | D5 | 80 | 0 | C | 2F | 5 | 2C | 53 | 49 |
| Octal | 363 | 325 | 200 | 0 | 14 | 57 | 5 | 54 | 123 | 111 |
| Binary | 11110011 | 11010101 | 10000000 | 0 | 1100 | 101111 | 101 | 101100 | 1010011 | 1001001 |
Color Harmonies of #F3D580
Complementary color
Monochromatic Colors of #F3D580
Black with #F3D580
Text Example
Text Example
White with #F3D580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D580; }
p { color: rgb(243,213,128); }
H1.HeaderClassName
{
color: #F3D580;
}
.AnyTagClassName
{
color: #F3D580;
}
</style>
background-color css
<style>
a { background-color: #F3D580; }
a { background-color: rgb(243,213,128); }
div.DivClassName
{
background-color: #F3D580;
}
.BgClassName
{
background-color: #F3D580;
}
</style>
border-color css
<style>
span { border-color: #F3D580; }
span { border-color: rgb(243,213,128); }
td.TdClassName
{
border-color: #F3D580;
}
.TagClassName
{
border-color: #F3D580;
}
</style>