Shades of Dark Tangerine #F2A515
Tints of Dark Tangerine #F2A515
RGB
CMYK
RGB Variations
Color information
#F2A515 (or 0xF2A515) is known color: Dark Tangerine. HEX triplet: F2, A5 and 15. RGB value is (242,165,21). Sum of RGB (Red+Green+Blue) = 242+165+21=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A515 is #0D5AEA. Grayscale: #ACACAC. Windows color (decimal): -875243 or 1418738. OLE color: 1418738.
HSL color Cylindrical-coordinate representation of color #F2A515: hue angle of 39.1º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2A515 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 21 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.05 |
| HSL | 39.1º | 0.89% | 0.52% | - |
| HSV(B) | 39.1º | 0.91% | 0.95% | - |
| XYZ | 50.21 | 45.84 | 6.91 | - |
| YUV | 171.61 | 43.01 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 21 | 0 | 0.32 | 0.91 | 0.05 | 39.1 | 0.89 | 0.52 |
| Hex | F2 | A5 | 15 | 0 | 20 | 5B | 5 | 27 | 59 | 34 |
| Octal | 362 | 245 | 25 | 0 | 40 | 133 | 5 | 47 | 131 | 64 |
| Binary | 11110010 | 10100101 | 10101 | 0 | 100000 | 1011011 | 101 | 100111 | 1011001 | 110100 |
Color Harmonies of #F2A515
Complementary color
Monochromatic Colors of #F2A515
Black with #F2A515
Text Example
Text Example
White with #F2A515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A515; }
p { color: rgb(242,165,21); }
H1.HeaderClassName
{
color: #F2A515;
}
.AnyTagClassName
{
color: #F2A515;
}
</style>
background-color css
<style>
a { background-color: #F2A515; }
a { background-color: rgb(242,165,21); }
div.DivClassName
{
background-color: #F2A515;
}
.BgClassName
{
background-color: #F2A515;
}
</style>
border-color css
<style>
span { border-color: #F2A515; }
span { border-color: rgb(242,165,21); }
td.TdClassName
{
border-color: #F2A515;
}
.TagClassName
{
border-color: #F2A515;
}
</style>