Shades of Dark Tangerine #FAA81B
Tints of Dark Tangerine #FAA81B
RGB
CMYK
RGB Variations
Color information
#FAA81B (or 0xFAA81B) is known color: Dark Tangerine. HEX triplet: FA, A8 and 1B. RGB value is (250,168,27). Sum of RGB (Red+Green+Blue) = 250+168+27=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 27 (10.94% from 255 or 6.07% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA81B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA81B is #0557E4. Grayscale: #B1B1B1. Windows color (decimal): -350181 or 1812730. OLE color: 1812730.
HSL color Cylindrical-coordinate representation of color #FAA81B: hue angle of 37.94º 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 #FAA81B is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 27 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.02 |
| HSL | 37.94º | 0.96% | 0.54% | - |
| HSV(B) | 37.94º | 0.89% | 0.98% | - |
| XYZ | 53.62 | 48.41 | 7.55 | - |
| YUV | 176.44 | 43.67 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 27 | 0 | 0.33 | 0.89 | 0.02 | 37.94 | 0.96 | 0.54 |
| Hex | FA | A8 | 1B | 0 | 21 | 59 | 2 | 26 | 60 | 36 |
| Octal | 372 | 250 | 33 | 0 | 41 | 131 | 2 | 46 | 140 | 66 |
| Binary | 11111010 | 10101000 | 11011 | 0 | 100001 | 1011001 | 10 | 100110 | 1100000 | 110110 |
Color Harmonies of #FAA81B
Complementary color
Monochromatic Colors of #FAA81B
Black with #FAA81B
Text Example
Text Example
White with #FAA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA81B; }
p { color: rgb(250,168,27); }
H1.HeaderClassName
{
color: #FAA81B;
}
.AnyTagClassName
{
color: #FAA81B;
}
</style>
background-color css
<style>
a { background-color: #FAA81B; }
a { background-color: rgb(250,168,27); }
div.DivClassName
{
background-color: #FAA81B;
}
.BgClassName
{
background-color: #FAA81B;
}
</style>
border-color css
<style>
span { border-color: #FAA81B; }
span { border-color: rgb(250,168,27); }
td.TdClassName
{
border-color: #FAA81B;
}
.TagClassName
{
border-color: #FAA81B;
}
</style>