Shades of Dark Tangerine #F2AF0D
Tints of Dark Tangerine #F2AF0D
RGB
CMYK
RGB Variations
Color information
#F2AF0D (or 0xF2AF0D) is known color: Dark Tangerine. HEX triplet: F2, AF and 0D. RGB value is (242,175,13). Sum of RGB (Red+Green+Blue) = 242+175+13=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AF0D is #0D50F2. Grayscale: #B1B1B1. Windows color (decimal): -872691 or 897010. OLE color: 897010.
HSL color Cylindrical-coordinate representation of color #F2AF0D: hue angle of 42.45º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2AF0D is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 13 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.05 |
| HSL | 42.45º | 0.9% | 0.5% | - |
| HSV(B) | 42.45º | 0.95% | 0.95% | - |
| XYZ | 52.02 | 49.57 | 7.21 | - |
| YUV | 176.57 | 35.7 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 13 | 0 | 0.28 | 0.95 | 0.05 | 42.45 | 0.9 | 0.5 |
| Hex | F2 | AF | D | 0 | 1C | 5F | 5 | 2A | 5A | 32 |
| Octal | 362 | 257 | 15 | 0 | 34 | 137 | 5 | 52 | 132 | 62 |
| Binary | 11110010 | 10101111 | 1101 | 0 | 11100 | 1011111 | 101 | 101010 | 1011010 | 110010 |
Color Harmonies of #F2AF0D
Complementary color
Monochromatic Colors of #F2AF0D
Black with #F2AF0D
Text Example
Text Example
White with #F2AF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF0D; }
p { color: rgb(242,175,13); }
H1.HeaderClassName
{
color: #F2AF0D;
}
.AnyTagClassName
{
color: #F2AF0D;
}
</style>
background-color css
<style>
a { background-color: #F2AF0D; }
a { background-color: rgb(242,175,13); }
div.DivClassName
{
background-color: #F2AF0D;
}
.BgClassName
{
background-color: #F2AF0D;
}
</style>
border-color css
<style>
span { border-color: #F2AF0D; }
span { border-color: rgb(242,175,13); }
td.TdClassName
{
border-color: #F2AF0D;
}
.TagClassName
{
border-color: #F2AF0D;
}
</style>