Shades of Gold Tips #F0B01D
Tints of Gold Tips #F0B01D
RGB
CMYK
RGB Variations
Color information
#F0B01D (or 0xF0B01D) is known color: Gold Tips. HEX triplet: F0, B0 and 1D. RGB value is (240,176,29). Sum of RGB (Red+Green+Blue) = 240+176+29=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B01D is #0F4FE2. Grayscale: #B3B3B3. Windows color (decimal): -1003491 or 1945840. OLE color: 1945840.
HSL color Cylindrical-coordinate representation of color #F0B01D: hue angle of 41.8º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0B01D is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 29 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.06 |
| HSL | 41.8º | 0.88% | 0.53% | - |
| HSV(B) | 41.8º | 0.88% | 0.94% | - |
| XYZ | 51.68 | 49.66 | 8.02 | - |
| YUV | 178.38 | 43.7 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 29 | 0 | 0.27 | 0.88 | 0.06 | 41.8 | 0.88 | 0.53 |
| Hex | F0 | B0 | 1D | 0 | 1B | 58 | 6 | 2A | 58 | 35 |
| Octal | 360 | 260 | 35 | 0 | 33 | 130 | 6 | 52 | 130 | 65 |
| Binary | 11110000 | 10110000 | 11101 | 0 | 11011 | 1011000 | 110 | 101010 | 1011000 | 110101 |
Color Harmonies of #F0B01D
Complementary color
Monochromatic Colors of #F0B01D
Black with #F0B01D
Text Example
Text Example
White with #F0B01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B01D; }
p { color: rgb(240,176,29); }
H1.HeaderClassName
{
color: #F0B01D;
}
.AnyTagClassName
{
color: #F0B01D;
}
</style>
background-color css
<style>
a { background-color: #F0B01D; }
a { background-color: rgb(240,176,29); }
div.DivClassName
{
background-color: #F0B01D;
}
.BgClassName
{
background-color: #F0B01D;
}
</style>
border-color css
<style>
span { border-color: #F0B01D; }
span { border-color: rgb(240,176,29); }
td.TdClassName
{
border-color: #F0B01D;
}
.TagClassName
{
border-color: #F0B01D;
}
</style>