Shades of Gold #F0D601
Tints of Gold #F0D601
RGB
CMYK
RGB Variations
Color information
#F0D601 (or 0xF0D601) is known color: Gold. HEX triplet: F0, D6 and 01. RGB value is (240,214,1). Sum of RGB (Red+Green+Blue) = 240+214+1=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 1 (0.78% from 255 or 0.22% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D601 is #0F29FE. Grayscale: #C6C6C6. Windows color (decimal): -993791 or 120560. OLE color: 120560.
HSL color Cylindrical-coordinate representation of color #F0D601: hue angle of 53.47º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0D601 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.06 |
| HSL | 53.47º | 0.99% | 0.47% | - |
| HSV(B) | 53.47º | 1% | 0.94% | - |
| XYZ | 59.99 | 66.62 | 9.73 | - |
| YUV | 197.49 | 17.11 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 1 | 0 | 0.11 | 1.00 | 0.06 | 53.47 | 0.99 | 0.47 |
| Hex | F0 | D6 | 1 | 0 | B | 64 | 6 | 35 | 63 | 2F |
| Octal | 360 | 326 | 1 | 0 | 13 | 144 | 6 | 65 | 143 | 57 |
| Binary | 11110000 | 11010110 | 1 | 0 | 1011 | 1100100 | 110 | 110101 | 1100011 | 101111 |
Color Harmonies of #F0D601
Complementary color
Monochromatic Colors of #F0D601
Black with #F0D601
Text Example
Text Example
White with #F0D601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D601; }
p { color: rgb(240,214,1); }
H1.HeaderClassName
{
color: #F0D601;
}
.AnyTagClassName
{
color: #F0D601;
}
</style>
background-color css
<style>
a { background-color: #F0D601; }
a { background-color: rgb(240,214,1); }
div.DivClassName
{
background-color: #F0D601;
}
.BgClassName
{
background-color: #F0D601;
}
</style>
border-color css
<style>
span { border-color: #F0D601; }
span { border-color: rgb(240,214,1); }
td.TdClassName
{
border-color: #F0D601;
}
.TagClassName
{
border-color: #F0D601;
}
</style>