Shades of Dark Tangerine #FAA21B
Tints of Dark Tangerine #FAA21B
RGB
CMYK
RGB Variations
Color information
#FAA21B (or 0xFAA21B) is known color: Dark Tangerine. HEX triplet: FA, A2 and 1B. RGB value is (250,162,27). Sum of RGB (Red+Green+Blue) = 250+162+27=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA21B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA21B is #055DE4. Grayscale: #ADADAD. Windows color (decimal): -351717 or 1811194. OLE color: 1811194.
HSL color Cylindrical-coordinate representation of color #FAA21B: hue angle of 36.32º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAA21B is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 27 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.02 |
| HSL | 36.32º | 0.96% | 0.54% | - |
| HSV(B) | 36.32º | 0.89% | 0.98% | - |
| XYZ | 52.54 | 46.24 | 7.19 | - |
| YUV | 172.92 | 45.65 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 27 | 0 | 0.35 | 0.89 | 0.02 | 36.32 | 0.96 | 0.54 |
| Hex | FA | A2 | 1B | 0 | 23 | 59 | 2 | 24 | 60 | 36 |
| Octal | 372 | 242 | 33 | 0 | 43 | 131 | 2 | 44 | 140 | 66 |
| Binary | 11111010 | 10100010 | 11011 | 0 | 100011 | 1011001 | 10 | 100100 | 1100000 | 110110 |
Color Harmonies of #FAA21B
Complementary color
Monochromatic Colors of #FAA21B
Black with #FAA21B
Text Example
Text Example
White with #FAA21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA21B; }
p { color: rgb(250,162,27); }
H1.HeaderClassName
{
color: #FAA21B;
}
.AnyTagClassName
{
color: #FAA21B;
}
</style>
background-color css
<style>
a { background-color: #FAA21B; }
a { background-color: rgb(250,162,27); }
div.DivClassName
{
background-color: #FAA21B;
}
.BgClassName
{
background-color: #FAA21B;
}
</style>
border-color css
<style>
span { border-color: #FAA21B; }
span { border-color: rgb(250,162,27); }
td.TdClassName
{
border-color: #FAA21B;
}
.TagClassName
{
border-color: #FAA21B;
}
</style>