Shades of Gold Tips #F0AF26
Tints of Gold Tips #F0AF26
RGB
CMYK
RGB Variations
Color information
#F0AF26 (or 0xF0AF26) is known color: Gold Tips. HEX triplet: F0, AF and 26. RGB value is (240,175,38). Sum of RGB (Red+Green+Blue) = 240+175+38=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF26 is #0F50D9. Grayscale: #B3B3B3. Windows color (decimal): -1003738 or 2535408. OLE color: 2535408.
HSL color Cylindrical-coordinate representation of color #F0AF26: hue angle of 40.69º 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 #F0AF26 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 38 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.06 |
| HSL | 40.69º | 0.87% | 0.55% | - |
| HSV(B) | 40.69º | 0.84% | 0.94% | - |
| XYZ | 51.62 | 49.33 | 8.63 | - |
| YUV | 178.82 | 48.53 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 38 | 0 | 0.27 | 0.84 | 0.06 | 40.69 | 0.87 | 0.55 |
| Hex | F0 | AF | 26 | 0 | 1B | 54 | 6 | 29 | 57 | 37 |
| Octal | 360 | 257 | 46 | 0 | 33 | 124 | 6 | 51 | 127 | 67 |
| Binary | 11110000 | 10101111 | 100110 | 0 | 11011 | 1010100 | 110 | 101001 | 1010111 | 110111 |
Color Harmonies of #F0AF26
Complementary color
Monochromatic Colors of #F0AF26
Black with #F0AF26
Text Example
Text Example
White with #F0AF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF26; }
p { color: rgb(240,175,38); }
H1.HeaderClassName
{
color: #F0AF26;
}
.AnyTagClassName
{
color: #F0AF26;
}
</style>
background-color css
<style>
a { background-color: #F0AF26; }
a { background-color: rgb(240,175,38); }
div.DivClassName
{
background-color: #F0AF26;
}
.BgClassName
{
background-color: #F0AF26;
}
</style>
border-color css
<style>
span { border-color: #F0AF26; }
span { border-color: rgb(240,175,38); }
td.TdClassName
{
border-color: #F0AF26;
}
.TagClassName
{
border-color: #F0AF26;
}
</style>