Shades of Gold Tips #F0B320
Tints of Gold Tips #F0B320
RGB
CMYK
RGB Variations
Color information
#F0B320 (or 0xF0B320) is known color: Gold Tips. HEX triplet: F0, B3 and 20. RGB value is (240,179,32). Sum of RGB (Red+Green+Blue) = 240+179+32=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B320 is #0F4CDF. Grayscale: #B5B5B5. Windows color (decimal): -1002720 or 2143216. OLE color: 2143216.
HSL color Cylindrical-coordinate representation of color #F0B320: hue angle of 42.4º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0B320 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 32 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.06 |
| HSL | 42.4º | 0.87% | 0.53% | - |
| HSV(B) | 42.4º | 0.87% | 0.94% | - |
| XYZ | 52.32 | 50.87 | 8.43 | - |
| YUV | 180.48 | 44.21 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 32 | 0 | 0.25 | 0.87 | 0.06 | 42.4 | 0.87 | 0.53 |
| Hex | F0 | B3 | 20 | 0 | 19 | 57 | 6 | 2A | 57 | 35 |
| Octal | 360 | 263 | 40 | 0 | 31 | 127 | 6 | 52 | 127 | 65 |
| Binary | 11110000 | 10110011 | 100000 | 0 | 11001 | 1010111 | 110 | 101010 | 1010111 | 110101 |
Color Harmonies of #F0B320
Complementary color
Monochromatic Colors of #F0B320
Black with #F0B320
Text Example
Text Example
White with #F0B320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B320; }
p { color: rgb(240,179,32); }
H1.HeaderClassName
{
color: #F0B320;
}
.AnyTagClassName
{
color: #F0B320;
}
</style>
background-color css
<style>
a { background-color: #F0B320; }
a { background-color: rgb(240,179,32); }
div.DivClassName
{
background-color: #F0B320;
}
.BgClassName
{
background-color: #F0B320;
}
</style>
border-color css
<style>
span { border-color: #F0B320; }
span { border-color: rgb(240,179,32); }
td.TdClassName
{
border-color: #F0B320;
}
.TagClassName
{
border-color: #F0B320;
}
</style>