Shades of Gold #F0D307
Tints of Gold #F0D307
RGB
CMYK
RGB Variations
Color information
#F0D307 (or 0xF0D307) is known color: Gold. HEX triplet: F0, D3 and 07. RGB value is (240,211,7). Sum of RGB (Red+Green+Blue) = 240+211+7=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 7 (3.12% from 255 or 1.53% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D307 is #0F2CF8. Grayscale: #C5C5C5. Windows color (decimal): -994553 or 513008. OLE color: 513008.
HSL color Cylindrical-coordinate representation of color #F0D307: hue angle of 52.53º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0D307 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 7 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.06 |
| HSL | 52.53º | 0.94% | 0.48% | - |
| HSV(B) | 52.53º | 0.97% | 0.94% | - |
| XYZ | 59.27 | 65.13 | 9.65 | - |
| YUV | 196.42 | 21.11 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 7 | 0 | 0.12 | 0.97 | 0.06 | 52.53 | 0.94 | 0.48 |
| Hex | F0 | D3 | 7 | 0 | C | 61 | 6 | 35 | 5E | 30 |
| Octal | 360 | 323 | 7 | 0 | 14 | 141 | 6 | 65 | 136 | 60 |
| Binary | 11110000 | 11010011 | 111 | 0 | 1100 | 1100001 | 110 | 110101 | 1011110 | 110000 |
Color Harmonies of #F0D307
Complementary color
Monochromatic Colors of #F0D307
Black with #F0D307
Text Example
Text Example
White with #F0D307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D307; }
p { color: rgb(240,211,7); }
H1.HeaderClassName
{
color: #F0D307;
}
.AnyTagClassName
{
color: #F0D307;
}
</style>
background-color css
<style>
a { background-color: #F0D307; }
a { background-color: rgb(240,211,7); }
div.DivClassName
{
background-color: #F0D307;
}
.BgClassName
{
background-color: #F0D307;
}
</style>
border-color css
<style>
span { border-color: #F0D307; }
span { border-color: rgb(240,211,7); }
td.TdClassName
{
border-color: #F0D307;
}
.TagClassName
{
border-color: #F0D307;
}
</style>