Shades of Dark Tangerine #FFA21C
Tints of Dark Tangerine #FFA21C
RGB
CMYK
RGB Variations
Color information
#FFA21C (or 0xFFA21C) is known color: Dark Tangerine. HEX triplet: FF, A2 and 1C. RGB value is (255,162,28). Sum of RGB (Red+Green+Blue) = 255+162+28=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA21C is #005DE3. Grayscale: #AFAFAF. Windows color (decimal): -24036 or 1876735. OLE color: 1876735.
HSL color Cylindrical-coordinate representation of color #FFA21C: hue angle of 35.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFA21C is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 28 | - |
| CMYK | 0 | 0.36 | 0.89 | 0 |
| HSL | 35.42º | 1% | 0.55% | - |
| HSV(B) | 35.42º | 0.89% | 1% | - |
| XYZ | 54.37 | 47.18 | 7.34 | - |
| YUV | 174.53 | 45.31 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 28 | 0 | 0.36 | 0.89 | 0 | 35.42 | 1 | 0.55 |
| Hex | FF | A2 | 1C | 0 | 24 | 59 | 0 | 23 | 64 | 37 |
| Octal | 377 | 242 | 34 | 0 | 44 | 131 | 0 | 43 | 144 | 67 |
| Binary | 11111111 | 10100010 | 11100 | 0 | 100100 | 1011001 | 0 | 100011 | 1100100 | 110111 |
Color Harmonies of #FFA21C
Complementary color
Monochromatic Colors of #FFA21C
Black with #FFA21C
Text Example
Text Example
White with #FFA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA21C; }
p { color: rgb(255,162,28); }
H1.HeaderClassName
{
color: #FFA21C;
}
.AnyTagClassName
{
color: #FFA21C;
}
</style>
background-color css
<style>
a { background-color: #FFA21C; }
a { background-color: rgb(255,162,28); }
div.DivClassName
{
background-color: #FFA21C;
}
.BgClassName
{
background-color: #FFA21C;
}
</style>
border-color css
<style>
span { border-color: #FFA21C; }
span { border-color: rgb(255,162,28); }
td.TdClassName
{
border-color: #FFA21C;
}
.TagClassName
{
border-color: #FFA21C;
}
</style>