Shades of Gold Tips #F0B121
Tints of Gold Tips #F0B121
RGB
CMYK
RGB Variations
Color information
#F0B121 (or 0xF0B121) is known color: Gold Tips. HEX triplet: F0, B1 and 21. RGB value is (240,177,33). Sum of RGB (Red+Green+Blue) = 240+177+33=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B121 is #0F4EDE. Grayscale: #B4B4B4. Windows color (decimal): -1003231 or 2208240. OLE color: 2208240.
HSL color Cylindrical-coordinate representation of color #F0B121: hue angle of 41.74º 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 #F0B121 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 33 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.06 |
| HSL | 41.74º | 0.87% | 0.54% | - |
| HSV(B) | 41.74º | 0.86% | 0.94% | - |
| XYZ | 51.93 | 50.08 | 8.37 | - |
| YUV | 179.42 | 45.37 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 33 | 0 | 0.26 | 0.86 | 0.06 | 41.74 | 0.87 | 0.54 |
| Hex | F0 | B1 | 21 | 0 | 1A | 56 | 6 | 2A | 57 | 36 |
| Octal | 360 | 261 | 41 | 0 | 32 | 126 | 6 | 52 | 127 | 66 |
| Binary | 11110000 | 10110001 | 100001 | 0 | 11010 | 1010110 | 110 | 101010 | 1010111 | 110110 |
Color Harmonies of #F0B121
Complementary color
Monochromatic Colors of #F0B121
Black with #F0B121
Text Example
Text Example
White with #F0B121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B121; }
p { color: rgb(240,177,33); }
H1.HeaderClassName
{
color: #F0B121;
}
.AnyTagClassName
{
color: #F0B121;
}
</style>
background-color css
<style>
a { background-color: #F0B121; }
a { background-color: rgb(240,177,33); }
div.DivClassName
{
background-color: #F0B121;
}
.BgClassName
{
background-color: #F0B121;
}
</style>
border-color css
<style>
span { border-color: #F0B121; }
span { border-color: rgb(240,177,33); }
td.TdClassName
{
border-color: #F0B121;
}
.TagClassName
{
border-color: #F0B121;
}
</style>