Shades of Gold Tips #F0AB1F
Tints of Gold Tips #F0AB1F
RGB
CMYK
RGB Variations
Color information
#F0AB1F (or 0xF0AB1F) is known color: Gold Tips. HEX triplet: F0, AB and 1F. RGB value is (240,171,31). Sum of RGB (Red+Green+Blue) = 240+171+31=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 31 (12.5% from 255 or 7.01% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AB1F is #0F54E0. Grayscale: #B0B0B0. Windows color (decimal): -1004769 or 2075632. OLE color: 2075632.
HSL color Cylindrical-coordinate representation of color #F0AB1F: hue angle of 40.19º 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 #F0AB1F is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 31 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.06 |
| HSL | 40.19º | 0.87% | 0.53% | - |
| HSV(B) | 40.19º | 0.87% | 0.94% | - |
| XYZ | 50.75 | 47.75 | 7.84 | - |
| YUV | 175.67 | 46.36 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 31 | 0 | 0.29 | 0.87 | 0.06 | 40.19 | 0.87 | 0.53 |
| Hex | F0 | AB | 1F | 0 | 1D | 57 | 6 | 28 | 57 | 35 |
| Octal | 360 | 253 | 37 | 0 | 35 | 127 | 6 | 50 | 127 | 65 |
| Binary | 11110000 | 10101011 | 11111 | 0 | 11101 | 1010111 | 110 | 101000 | 1010111 | 110101 |
Color Harmonies of #F0AB1F
Complementary color
Monochromatic Colors of #F0AB1F
Black with #F0AB1F
Text Example
Text Example
White with #F0AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB1F; }
p { color: rgb(240,171,31); }
H1.HeaderClassName
{
color: #F0AB1F;
}
.AnyTagClassName
{
color: #F0AB1F;
}
</style>
background-color css
<style>
a { background-color: #F0AB1F; }
a { background-color: rgb(240,171,31); }
div.DivClassName
{
background-color: #F0AB1F;
}
.BgClassName
{
background-color: #F0AB1F;
}
</style>
border-color css
<style>
span { border-color: #F0AB1F; }
span { border-color: rgb(240,171,31); }
td.TdClassName
{
border-color: #F0AB1F;
}
.TagClassName
{
border-color: #F0AB1F;
}
</style>