Shades of Gold #F0D60B
Tints of Gold #F0D60B
RGB
CMYK
RGB Variations
Color information
#F0D60B (or 0xF0D60B) is known color: Gold. HEX triplet: F0, D6 and 0B. RGB value is (240,214,11). Sum of RGB (Red+Green+Blue) = 240+214+11=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D60B is #0F29F4. Grayscale: #C7C7C7. Windows color (decimal): -993781 or 775920. OLE color: 775920.
HSL color Cylindrical-coordinate representation of color #F0D60B: hue angle of 53.19º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0D60B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.06 |
| HSL | 53.19º | 0.91% | 0.49% | - |
| HSV(B) | 53.19º | 0.95% | 0.94% | - |
| XYZ | 60.04 | 66.64 | 10.02 | - |
| YUV | 198.63 | 22.11 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 11 | 0 | 0.11 | 0.95 | 0.06 | 53.19 | 0.91 | 0.49 |
| Hex | F0 | D6 | B | 0 | B | 5F | 6 | 35 | 5B | 31 |
| Octal | 360 | 326 | 13 | 0 | 13 | 137 | 6 | 65 | 133 | 61 |
| Binary | 11110000 | 11010110 | 1011 | 0 | 1011 | 1011111 | 110 | 110101 | 1011011 | 110001 |
Color Harmonies of #F0D60B
Complementary color
Monochromatic Colors of #F0D60B
Black with #F0D60B
Text Example
Text Example
White with #F0D60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D60B; }
p { color: rgb(240,214,11); }
H1.HeaderClassName
{
color: #F0D60B;
}
.AnyTagClassName
{
color: #F0D60B;
}
</style>
background-color css
<style>
a { background-color: #F0D60B; }
a { background-color: rgb(240,214,11); }
div.DivClassName
{
background-color: #F0D60B;
}
.BgClassName
{
background-color: #F0D60B;
}
</style>
border-color css
<style>
span { border-color: #F0D60B; }
span { border-color: rgb(240,214,11); }
td.TdClassName
{
border-color: #F0D60B;
}
.TagClassName
{
border-color: #F0D60B;
}
</style>