Shades of Gold Tips #F0AD1F
Tints of Gold Tips #F0AD1F
RGB
CMYK
RGB Variations
Color information
#F0AD1F (or 0xF0AD1F) is known color: Gold Tips. HEX triplet: F0, AD and 1F. RGB value is (240,173,31). Sum of RGB (Red+Green+Blue) = 240+173+31=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD1F is #0F52E0. Grayscale: #B1B1B1. Windows color (decimal): -1004257 or 2076144. OLE color: 2076144.
HSL color Cylindrical-coordinate representation of color #F0AD1F: hue angle of 40.77º 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 #F0AD1F is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 31 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.06 |
| HSL | 40.77º | 0.87% | 0.53% | - |
| HSV(B) | 40.77º | 0.87% | 0.94% | - |
| XYZ | 51.13 | 48.51 | 7.97 | - |
| YUV | 176.85 | 45.7 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 31 | 0 | 0.28 | 0.87 | 0.06 | 40.77 | 0.87 | 0.53 |
| Hex | F0 | AD | 1F | 0 | 1C | 57 | 6 | 29 | 57 | 35 |
| Octal | 360 | 255 | 37 | 0 | 34 | 127 | 6 | 51 | 127 | 65 |
| Binary | 11110000 | 10101101 | 11111 | 0 | 11100 | 1010111 | 110 | 101001 | 1010111 | 110101 |
Color Harmonies of #F0AD1F
Complementary color
Monochromatic Colors of #F0AD1F
Black with #F0AD1F
Text Example
Text Example
White with #F0AD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD1F; }
p { color: rgb(240,173,31); }
H1.HeaderClassName
{
color: #F0AD1F;
}
.AnyTagClassName
{
color: #F0AD1F;
}
</style>
background-color css
<style>
a { background-color: #F0AD1F; }
a { background-color: rgb(240,173,31); }
div.DivClassName
{
background-color: #F0AD1F;
}
.BgClassName
{
background-color: #F0AD1F;
}
</style>
border-color css
<style>
span { border-color: #F0AD1F; }
span { border-color: rgb(240,173,31); }
td.TdClassName
{
border-color: #F0AD1F;
}
.TagClassName
{
border-color: #F0AD1F;
}
</style>