Shades of Gold Tips #F0AF1C
Tints of Gold Tips #F0AF1C
RGB
CMYK
RGB Variations
Color information
#F0AF1C (or 0xF0AF1C) is known color: Gold Tips. HEX triplet: F0, AF and 1C. RGB value is (240,175,28). Sum of RGB (Red+Green+Blue) = 240+175+28=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF1C is #0F50E3. Grayscale: #B2B2B2. Windows color (decimal): -1003748 or 1880048. OLE color: 1880048.
HSL color Cylindrical-coordinate representation of color #F0AF1C: hue angle of 41.6º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0AF1C is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 28 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.06 |
| HSL | 41.6º | 0.88% | 0.53% | - |
| HSV(B) | 41.6º | 0.88% | 0.94% | - |
| XYZ | 51.47 | 49.27 | 7.9 | - |
| YUV | 177.68 | 43.53 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 28 | 0 | 0.27 | 0.88 | 0.06 | 41.6 | 0.88 | 0.53 |
| Hex | F0 | AF | 1C | 0 | 1B | 58 | 6 | 2A | 58 | 35 |
| Octal | 360 | 257 | 34 | 0 | 33 | 130 | 6 | 52 | 130 | 65 |
| Binary | 11110000 | 10101111 | 11100 | 0 | 11011 | 1011000 | 110 | 101010 | 1011000 | 110101 |
Color Harmonies of #F0AF1C
Complementary color
Monochromatic Colors of #F0AF1C
Black with #F0AF1C
Text Example
Text Example
White with #F0AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF1C; }
p { color: rgb(240,175,28); }
H1.HeaderClassName
{
color: #F0AF1C;
}
.AnyTagClassName
{
color: #F0AF1C;
}
</style>
background-color css
<style>
a { background-color: #F0AF1C; }
a { background-color: rgb(240,175,28); }
div.DivClassName
{
background-color: #F0AF1C;
}
.BgClassName
{
background-color: #F0AF1C;
}
</style>
border-color css
<style>
span { border-color: #F0AF1C; }
span { border-color: rgb(240,175,28); }
td.TdClassName
{
border-color: #F0AF1C;
}
.TagClassName
{
border-color: #F0AF1C;
}
</style>