Shades of Gold Tips #F0B222
Tints of Gold Tips #F0B222
RGB
CMYK
RGB Variations
Color information
#F0B222 (or 0xF0B222) is known color: Gold Tips. HEX triplet: F0, B2 and 22. RGB value is (240,178,34). Sum of RGB (Red+Green+Blue) = 240+178+34=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 34 (13.67% from 255 or 7.52% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B222 is #0F4DDD. Grayscale: #B4B4B4. Windows color (decimal): -1002974 or 2274032. OLE color: 2274032.
HSL color Cylindrical-coordinate representation of color #F0B222: hue angle of 41.94º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0B222 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 34 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.06 |
| HSL | 41.94º | 0.87% | 0.54% | - |
| HSV(B) | 41.94º | 0.86% | 0.94% | - |
| XYZ | 52.14 | 50.48 | 8.51 | - |
| YUV | 180.12 | 45.54 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 34 | 0 | 0.26 | 0.86 | 0.06 | 41.94 | 0.87 | 0.54 |
| Hex | F0 | B2 | 22 | 0 | 1A | 56 | 6 | 2A | 57 | 36 |
| Octal | 360 | 262 | 42 | 0 | 32 | 126 | 6 | 52 | 127 | 66 |
| Binary | 11110000 | 10110010 | 100010 | 0 | 11010 | 1010110 | 110 | 101010 | 1010111 | 110110 |
Color Harmonies of #F0B222
Complementary color
Monochromatic Colors of #F0B222
Black with #F0B222
Text Example
Text Example
White with #F0B222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B222; }
p { color: rgb(240,178,34); }
H1.HeaderClassName
{
color: #F0B222;
}
.AnyTagClassName
{
color: #F0B222;
}
</style>
background-color css
<style>
a { background-color: #F0B222; }
a { background-color: rgb(240,178,34); }
div.DivClassName
{
background-color: #F0B222;
}
.BgClassName
{
background-color: #F0B222;
}
</style>
border-color css
<style>
span { border-color: #F0B222; }
span { border-color: rgb(240,178,34); }
td.TdClassName
{
border-color: #F0B222;
}
.TagClassName
{
border-color: #F0B222;
}
</style>