Shades of Dark Tangerine #F2AF1D
Tints of Dark Tangerine #F2AF1D
RGB
CMYK
RGB Variations
Color information
#F2AF1D (or 0xF2AF1D) is known color: Dark Tangerine. HEX triplet: F2, AF and 1D. RGB value is (242,175,29). Sum of RGB (Red+Green+Blue) = 242+175+29=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF1D is #0D50E2. Grayscale: #B3B3B3. Windows color (decimal): -872675 or 1945586. OLE color: 1945586.
HSL color Cylindrical-coordinate representation of color #F2AF1D: hue angle of 41.13º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2AF1D is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 29 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.05 |
| HSL | 41.13º | 0.89% | 0.53% | - |
| HSV(B) | 41.13º | 0.88% | 0.95% | - |
| XYZ | 52.17 | 49.63 | 7.99 | - |
| YUV | 178.39 | 43.7 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 29 | 0 | 0.28 | 0.88 | 0.05 | 41.13 | 0.89 | 0.53 |
| Hex | F2 | AF | 1D | 0 | 1C | 58 | 5 | 29 | 59 | 35 |
| Octal | 362 | 257 | 35 | 0 | 34 | 130 | 5 | 51 | 131 | 65 |
| Binary | 11110010 | 10101111 | 11101 | 0 | 11100 | 1011000 | 101 | 101001 | 1011001 | 110101 |
Color Harmonies of #F2AF1D
Complementary color
Monochromatic Colors of #F2AF1D
Black with #F2AF1D
Text Example
Text Example
White with #F2AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF1D; }
p { color: rgb(242,175,29); }
H1.HeaderClassName
{
color: #F2AF1D;
}
.AnyTagClassName
{
color: #F2AF1D;
}
</style>
background-color css
<style>
a { background-color: #F2AF1D; }
a { background-color: rgb(242,175,29); }
div.DivClassName
{
background-color: #F2AF1D;
}
.BgClassName
{
background-color: #F2AF1D;
}
</style>
border-color css
<style>
span { border-color: #F2AF1D; }
span { border-color: rgb(242,175,29); }
td.TdClassName
{
border-color: #F2AF1D;
}
.TagClassName
{
border-color: #F2AF1D;
}
</style>