Shades of Gold Tips #F0AF1D
Tints of Gold Tips #F0AF1D
RGB
CMYK
RGB Variations
Color information
#F0AF1D (or 0xF0AF1D) is known color: Gold Tips. HEX triplet: F0, AF and 1D. RGB value is (240,175,29). Sum of RGB (Red+Green+Blue) = 240+175+29=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF1D is #0F50E2. Grayscale: #B2B2B2. Windows color (decimal): -1003747 or 1945584. OLE color: 1945584.
HSL color Cylindrical-coordinate representation of color #F0AF1D: hue angle of 41.52º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0AF1D is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 29 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.06 |
| HSL | 41.52º | 0.88% | 0.53% | - |
| HSV(B) | 41.52º | 0.88% | 0.94% | - |
| XYZ | 51.49 | 49.27 | 7.96 | - |
| YUV | 177.79 | 44.03 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 29 | 0 | 0.27 | 0.88 | 0.06 | 41.52 | 0.88 | 0.53 |
| Hex | F0 | AF | 1D | 0 | 1B | 58 | 6 | 2A | 58 | 35 |
| Octal | 360 | 257 | 35 | 0 | 33 | 130 | 6 | 52 | 130 | 65 |
| Binary | 11110000 | 10101111 | 11101 | 0 | 11011 | 1011000 | 110 | 101010 | 1011000 | 110101 |
Color Harmonies of #F0AF1D
Complementary color
Monochromatic Colors of #F0AF1D
Black with #F0AF1D
Text Example
Text Example
White with #F0AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF1D; }
p { color: rgb(240,175,29); }
H1.HeaderClassName
{
color: #F0AF1D;
}
.AnyTagClassName
{
color: #F0AF1D;
}
</style>
background-color css
<style>
a { background-color: #F0AF1D; }
a { background-color: rgb(240,175,29); }
div.DivClassName
{
background-color: #F0AF1D;
}
.BgClassName
{
background-color: #F0AF1D;
}
</style>
border-color css
<style>
span { border-color: #F0AF1D; }
span { border-color: rgb(240,175,29); }
td.TdClassName
{
border-color: #F0AF1D;
}
.TagClassName
{
border-color: #F0AF1D;
}
</style>