Shades of Gold Tips #F0A822
Tints of Gold Tips #F0A822
RGB
CMYK
RGB Variations
Color information
#F0A822 (or 0xF0A822) is known color: Gold Tips. HEX triplet: F0, A8 and 22. RGB value is (240,168,34). Sum of RGB (Red+Green+Blue) = 240+168+34=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 34 (13.67% from 255 or 7.69% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A822 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A822 is #0F57DD. Grayscale: #AEAEAE. Windows color (decimal): -1005534 or 2271472. OLE color: 2271472.
HSL color Cylindrical-coordinate representation of color #F0A822: hue angle of 39.03º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0A822 is Cyan = 0, Magento = 0.3, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 34 | - |
| CMYK | 0 | 0.3 | 0.86 | 0.06 |
| HSL | 39.03º | 0.87% | 0.54% | - |
| HSV(B) | 39.03º | 0.86% | 0.94% | - |
| XYZ | 50.23 | 46.65 | 7.87 | - |
| YUV | 174.25 | 48.85 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 34 | 0 | 0.3 | 0.86 | 0.06 | 39.03 | 0.87 | 0.54 |
| Hex | F0 | A8 | 22 | 0 | 1E | 56 | 6 | 27 | 57 | 36 |
| Octal | 360 | 250 | 42 | 0 | 36 | 126 | 6 | 47 | 127 | 66 |
| Binary | 11110000 | 10101000 | 100010 | 0 | 11110 | 1010110 | 110 | 100111 | 1010111 | 110110 |
Color Harmonies of #F0A822
Complementary color
Monochromatic Colors of #F0A822
Black with #F0A822
Text Example
Text Example
White with #F0A822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A822; }
p { color: rgb(240,168,34); }
H1.HeaderClassName
{
color: #F0A822;
}
.AnyTagClassName
{
color: #F0A822;
}
</style>
background-color css
<style>
a { background-color: #F0A822; }
a { background-color: rgb(240,168,34); }
div.DivClassName
{
background-color: #F0A822;
}
.BgClassName
{
background-color: #F0A822;
}
</style>
border-color css
<style>
span { border-color: #F0A822; }
span { border-color: rgb(240,168,34); }
td.TdClassName
{
border-color: #F0A822;
}
.TagClassName
{
border-color: #F0A822;
}
</style>