Shades of Dark Tangerine #F2AF1C
Tints of Dark Tangerine #F2AF1C
RGB
CMYK
RGB Variations
Color information
#F2AF1C (or 0xF2AF1C) is known color: Dark Tangerine. HEX triplet: F2, AF and 1C. RGB value is (242,175,28). Sum of RGB (Red+Green+Blue) = 242+175+28=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF1C is #0D50E3. Grayscale: #B2B2B2. Windows color (decimal): -872676 or 1880050. OLE color: 1880050.
HSL color Cylindrical-coordinate representation of color #F2AF1C: hue angle of 41.21º 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 #F2AF1C is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 28 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.05 |
| HSL | 41.21º | 0.89% | 0.53% | - |
| HSV(B) | 41.21º | 0.88% | 0.95% | - |
| XYZ | 52.16 | 49.62 | 7.93 | - |
| YUV | 178.28 | 43.2 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 28 | 0 | 0.28 | 0.88 | 0.05 | 41.21 | 0.89 | 0.53 |
| Hex | F2 | AF | 1C | 0 | 1C | 58 | 5 | 29 | 59 | 35 |
| Octal | 362 | 257 | 34 | 0 | 34 | 130 | 5 | 51 | 131 | 65 |
| Binary | 11110010 | 10101111 | 11100 | 0 | 11100 | 1011000 | 101 | 101001 | 1011001 | 110101 |
Color Harmonies of #F2AF1C
Complementary color
Monochromatic Colors of #F2AF1C
Black with #F2AF1C
Text Example
Text Example
White with #F2AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF1C; }
p { color: rgb(242,175,28); }
H1.HeaderClassName
{
color: #F2AF1C;
}
.AnyTagClassName
{
color: #F2AF1C;
}
</style>
background-color css
<style>
a { background-color: #F2AF1C; }
a { background-color: rgb(242,175,28); }
div.DivClassName
{
background-color: #F2AF1C;
}
.BgClassName
{
background-color: #F2AF1C;
}
</style>
border-color css
<style>
span { border-color: #F2AF1C; }
span { border-color: rgb(242,175,28); }
td.TdClassName
{
border-color: #F2AF1C;
}
.TagClassName
{
border-color: #F2AF1C;
}
</style>