Shades of Gold Tips #F0AB27
Tints of Gold Tips #F0AB27
RGB
CMYK
RGB Variations
Color information
#F0AB27 (or 0xF0AB27) is known color: Gold Tips. HEX triplet: F0, AB and 27. RGB value is (240,171,39). Sum of RGB (Red+Green+Blue) = 240+171+39=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 39 (15.62% from 255 or 8.67% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AB27 is #0F54D8. Grayscale: #B1B1B1. Windows color (decimal): -1004761 or 2599920. OLE color: 2599920.
HSL color Cylindrical-coordinate representation of color #F0AB27: hue angle of 39.4º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0AB27 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 39 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.06 |
| HSL | 39.4º | 0.87% | 0.55% | - |
| HSV(B) | 39.4º | 0.84% | 0.94% | - |
| XYZ | 50.86 | 47.8 | 8.46 | - |
| YUV | 176.58 | 50.36 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 39 | 0 | 0.29 | 0.84 | 0.06 | 39.4 | 0.87 | 0.55 |
| Hex | F0 | AB | 27 | 0 | 1D | 54 | 6 | 27 | 57 | 37 |
| Octal | 360 | 253 | 47 | 0 | 35 | 124 | 6 | 47 | 127 | 67 |
| Binary | 11110000 | 10101011 | 100111 | 0 | 11101 | 1010100 | 110 | 100111 | 1010111 | 110111 |
Color Harmonies of #F0AB27
Complementary color
Monochromatic Colors of #F0AB27
Black with #F0AB27
Text Example
Text Example
White with #F0AB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB27; }
p { color: rgb(240,171,39); }
H1.HeaderClassName
{
color: #F0AB27;
}
.AnyTagClassName
{
color: #F0AB27;
}
</style>
background-color css
<style>
a { background-color: #F0AB27; }
a { background-color: rgb(240,171,39); }
div.DivClassName
{
background-color: #F0AB27;
}
.BgClassName
{
background-color: #F0AB27;
}
</style>
border-color css
<style>
span { border-color: #F0AB27; }
span { border-color: rgb(240,171,39); }
td.TdClassName
{
border-color: #F0AB27;
}
.TagClassName
{
border-color: #F0AB27;
}
</style>