Shades of Gold Tips #F0AF1B
Tints of Gold Tips #F0AF1B
RGB
CMYK
RGB Variations
Color information
#F0AF1B (or 0xF0AF1B) is known color: Gold Tips. HEX triplet: F0, AF and 1B. RGB value is (240,175,27). Sum of RGB (Red+Green+Blue) = 240+175+27=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF1B is #0F50E4. Grayscale: #B2B2B2. Windows color (decimal): -1003749 or 1814512. OLE color: 1814512.
HSL color Cylindrical-coordinate representation of color #F0AF1B: hue angle of 41.69º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0AF1B is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 27 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.06 |
| HSL | 41.69º | 0.88% | 0.52% | - |
| HSV(B) | 41.69º | 0.89% | 0.94% | - |
| XYZ | 51.46 | 49.26 | 7.83 | - |
| YUV | 177.56 | 43.03 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 27 | 0 | 0.27 | 0.89 | 0.06 | 41.69 | 0.88 | 0.52 |
| Hex | F0 | AF | 1B | 0 | 1B | 59 | 6 | 2A | 58 | 34 |
| Octal | 360 | 257 | 33 | 0 | 33 | 131 | 6 | 52 | 130 | 64 |
| Binary | 11110000 | 10101111 | 11011 | 0 | 11011 | 1011001 | 110 | 101010 | 1011000 | 110100 |
Color Harmonies of #F0AF1B
Complementary color
Monochromatic Colors of #F0AF1B
Black with #F0AF1B
Text Example
Text Example
White with #F0AF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF1B; }
p { color: rgb(240,175,27); }
H1.HeaderClassName
{
color: #F0AF1B;
}
.AnyTagClassName
{
color: #F0AF1B;
}
</style>
background-color css
<style>
a { background-color: #F0AF1B; }
a { background-color: rgb(240,175,27); }
div.DivClassName
{
background-color: #F0AF1B;
}
.BgClassName
{
background-color: #F0AF1B;
}
</style>
border-color css
<style>
span { border-color: #F0AF1B; }
span { border-color: rgb(240,175,27); }
td.TdClassName
{
border-color: #F0AF1B;
}
.TagClassName
{
border-color: #F0AF1B;
}
</style>