Shades of Gold Tips #F0AD26
Tints of Gold Tips #F0AD26
RGB
CMYK
RGB Variations
Color information
#F0AD26 (or 0xF0AD26) is known color: Gold Tips. HEX triplet: F0, AD and 26. RGB value is (240,173,38). Sum of RGB (Red+Green+Blue) = 240+173+38=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 38 (15.23% from 255 or 8.43% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD26 is #0F52D9. Grayscale: #B2B2B2. Windows color (decimal): -1004250 or 2534896. OLE color: 2534896.
HSL color Cylindrical-coordinate representation of color #F0AD26: hue angle of 40.1º 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 #F0AD26 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 38 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.06 |
| HSL | 40.1º | 0.87% | 0.55% | - |
| HSV(B) | 40.1º | 0.84% | 0.94% | - |
| XYZ | 51.23 | 48.55 | 8.51 | - |
| YUV | 177.64 | 49.2 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 38 | 0 | 0.28 | 0.84 | 0.06 | 40.1 | 0.87 | 0.55 |
| Hex | F0 | AD | 26 | 0 | 1C | 54 | 6 | 28 | 57 | 37 |
| Octal | 360 | 255 | 46 | 0 | 34 | 124 | 6 | 50 | 127 | 67 |
| Binary | 11110000 | 10101101 | 100110 | 0 | 11100 | 1010100 | 110 | 101000 | 1010111 | 110111 |
Color Harmonies of #F0AD26
Complementary color
Monochromatic Colors of #F0AD26
Black with #F0AD26
Text Example
Text Example
White with #F0AD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD26; }
p { color: rgb(240,173,38); }
H1.HeaderClassName
{
color: #F0AD26;
}
.AnyTagClassName
{
color: #F0AD26;
}
</style>
background-color css
<style>
a { background-color: #F0AD26; }
a { background-color: rgb(240,173,38); }
div.DivClassName
{
background-color: #F0AD26;
}
.BgClassName
{
background-color: #F0AD26;
}
</style>
border-color css
<style>
span { border-color: #F0AD26; }
span { border-color: rgb(240,173,38); }
td.TdClassName
{
border-color: #F0AD26;
}
.TagClassName
{
border-color: #F0AD26;
}
</style>