Shades of Dark Tangerine #FAA21C
Tints of Dark Tangerine #FAA21C
RGB
CMYK
RGB Variations
Color information
#FAA21C (or 0xFAA21C) is known color: Dark Tangerine. HEX triplet: FA, A2 and 1C. RGB value is (250,162,28). Sum of RGB (Red+Green+Blue) = 250+162+28=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA21C is #055DE3. Grayscale: #ADADAD. Windows color (decimal): -351716 or 1876730. OLE color: 1876730.
HSL color Cylindrical-coordinate representation of color #FAA21C: hue angle of 36.22º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAA21C is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 28 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.02 |
| HSL | 36.22º | 0.96% | 0.55% | - |
| HSV(B) | 36.22º | 0.89% | 0.98% | - |
| XYZ | 52.55 | 46.25 | 7.26 | - |
| YUV | 173.04 | 46.15 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 28 | 0 | 0.35 | 0.89 | 0.02 | 36.22 | 0.96 | 0.55 |
| Hex | FA | A2 | 1C | 0 | 23 | 59 | 2 | 24 | 60 | 37 |
| Octal | 372 | 242 | 34 | 0 | 43 | 131 | 2 | 44 | 140 | 67 |
| Binary | 11111010 | 10100010 | 11100 | 0 | 100011 | 1011001 | 10 | 100100 | 1100000 | 110111 |
Color Harmonies of #FAA21C
Complementary color
Monochromatic Colors of #FAA21C
Black with #FAA21C
Text Example
Text Example
White with #FAA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA21C; }
p { color: rgb(250,162,28); }
H1.HeaderClassName
{
color: #FAA21C;
}
.AnyTagClassName
{
color: #FAA21C;
}
</style>
background-color css
<style>
a { background-color: #FAA21C; }
a { background-color: rgb(250,162,28); }
div.DivClassName
{
background-color: #FAA21C;
}
.BgClassName
{
background-color: #FAA21C;
}
</style>
border-color css
<style>
span { border-color: #FAA21C; }
span { border-color: rgb(250,162,28); }
td.TdClassName
{
border-color: #FAA21C;
}
.TagClassName
{
border-color: #FAA21C;
}
</style>