Shades of Gold Tips #F0AD28
Tints of Gold Tips #F0AD28
RGB
CMYK
RGB Variations
Color information
#F0AD28 (or 0xF0AD28) is known color: Gold Tips. HEX triplet: F0, AD and 28. RGB value is (240,173,40). Sum of RGB (Red+Green+Blue) = 240+173+40=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD28 is #0F52D7. Grayscale: #B2B2B2. Windows color (decimal): -1004248 or 2665968. OLE color: 2665968.
HSL color Cylindrical-coordinate representation of color #F0AD28: hue angle of 39.9º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0AD28 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 40 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.06 |
| HSL | 39.9º | 0.87% | 0.55% | - |
| HSV(B) | 39.9º | 0.83% | 0.94% | - |
| XYZ | 51.26 | 48.57 | 8.68 | - |
| YUV | 177.87 | 50.2 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 40 | 0 | 0.28 | 0.83 | 0.06 | 39.9 | 0.87 | 0.55 |
| Hex | F0 | AD | 28 | 0 | 1C | 53 | 6 | 28 | 57 | 37 |
| Octal | 360 | 255 | 50 | 0 | 34 | 123 | 6 | 50 | 127 | 67 |
| Binary | 11110000 | 10101101 | 101000 | 0 | 11100 | 1010011 | 110 | 101000 | 1010111 | 110111 |
Color Harmonies of #F0AD28
Complementary color
Monochromatic Colors of #F0AD28
Black with #F0AD28
Text Example
Text Example
White with #F0AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD28; }
p { color: rgb(240,173,40); }
H1.HeaderClassName
{
color: #F0AD28;
}
.AnyTagClassName
{
color: #F0AD28;
}
</style>
background-color css
<style>
a { background-color: #F0AD28; }
a { background-color: rgb(240,173,40); }
div.DivClassName
{
background-color: #F0AD28;
}
.BgClassName
{
background-color: #F0AD28;
}
</style>
border-color css
<style>
span { border-color: #F0AD28; }
span { border-color: rgb(240,173,40); }
td.TdClassName
{
border-color: #F0AD28;
}
.TagClassName
{
border-color: #F0AD28;
}
</style>