Shades of Dark Tangerine #FAA81A
Tints of Dark Tangerine #FAA81A
RGB
CMYK
RGB Variations
Color information
#FAA81A (or 0xFAA81A) is known color: Dark Tangerine. HEX triplet: FA, A8 and 1A. RGB value is (250,168,26). Sum of RGB (Red+Green+Blue) = 250+168+26=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 26 (10.55% from 255 or 5.86% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA81A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA81A is #0557E5. Grayscale: #B0B0B0. Windows color (decimal): -350182 or 1747194. OLE color: 1747194.
HSL color Cylindrical-coordinate representation of color #FAA81A: hue angle of 38.04º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAA81A is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 26 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.02 |
| HSL | 38.04º | 0.96% | 0.54% | - |
| HSV(B) | 38.04º | 0.9% | 0.98% | - |
| XYZ | 53.61 | 48.4 | 7.49 | - |
| YUV | 176.33 | 43.17 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 26 | 0 | 0.33 | 0.90 | 0.02 | 38.04 | 0.96 | 0.54 |
| Hex | FA | A8 | 1A | 0 | 21 | 5A | 2 | 26 | 60 | 36 |
| Octal | 372 | 250 | 32 | 0 | 41 | 132 | 2 | 46 | 140 | 66 |
| Binary | 11111010 | 10101000 | 11010 | 0 | 100001 | 1011010 | 10 | 100110 | 1100000 | 110110 |
Color Harmonies of #FAA81A
Complementary color
Monochromatic Colors of #FAA81A
Black with #FAA81A
Text Example
Text Example
White with #FAA81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA81A; }
p { color: rgb(250,168,26); }
H1.HeaderClassName
{
color: #FAA81A;
}
.AnyTagClassName
{
color: #FAA81A;
}
</style>
background-color css
<style>
a { background-color: #FAA81A; }
a { background-color: rgb(250,168,26); }
div.DivClassName
{
background-color: #FAA81A;
}
.BgClassName
{
background-color: #FAA81A;
}
</style>
border-color css
<style>
span { border-color: #FAA81A; }
span { border-color: rgb(250,168,26); }
td.TdClassName
{
border-color: #FAA81A;
}
.TagClassName
{
border-color: #FAA81A;
}
</style>