Shades of Gold Tips #F0AF1E
Tints of Gold Tips #F0AF1E
RGB
CMYK
RGB Variations
Color information
#F0AF1E (or 0xF0AF1E) is known color: Gold Tips. HEX triplet: F0, AF and 1E. RGB value is (240,175,30). Sum of RGB (Red+Green+Blue) = 240+175+30=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF1E is #0F50E1. Grayscale: #B2B2B2. Windows color (decimal): -1003746 or 2011120. OLE color: 2011120.
HSL color Cylindrical-coordinate representation of color #F0AF1E: hue angle of 41.43º 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 #F0AF1E is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 30 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.06 |
| HSL | 41.43º | 0.88% | 0.53% | - |
| HSV(B) | 41.43º | 0.88% | 0.94% | - |
| XYZ | 51.5 | 49.28 | 8.03 | - |
| YUV | 177.91 | 44.53 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 30 | 0 | 0.27 | 0.87 | 0.06 | 41.43 | 0.88 | 0.53 |
| Hex | F0 | AF | 1E | 0 | 1B | 57 | 6 | 29 | 58 | 35 |
| Octal | 360 | 257 | 36 | 0 | 33 | 127 | 6 | 51 | 130 | 65 |
| Binary | 11110000 | 10101111 | 11110 | 0 | 11011 | 1010111 | 110 | 101001 | 1011000 | 110101 |
Color Harmonies of #F0AF1E
Complementary color
Monochromatic Colors of #F0AF1E
Black with #F0AF1E
Text Example
Text Example
White with #F0AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF1E; }
p { color: rgb(240,175,30); }
H1.HeaderClassName
{
color: #F0AF1E;
}
.AnyTagClassName
{
color: #F0AF1E;
}
</style>
background-color css
<style>
a { background-color: #F0AF1E; }
a { background-color: rgb(240,175,30); }
div.DivClassName
{
background-color: #F0AF1E;
}
.BgClassName
{
background-color: #F0AF1E;
}
</style>
border-color css
<style>
span { border-color: #F0AF1E; }
span { border-color: rgb(240,175,30); }
td.TdClassName
{
border-color: #F0AF1E;
}
.TagClassName
{
border-color: #F0AF1E;
}
</style>