Shades of Dark Tangerine #FAA80C
Tints of Dark Tangerine #FAA80C
RGB
CMYK
RGB Variations
Color information
#FAA80C (or 0xFAA80C) is known color: Dark Tangerine. HEX triplet: FA, A8 and 0C. RGB value is (250,168,12). Sum of RGB (Red+Green+Blue) = 250+168+12=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA80C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA80C is #0557F3. Grayscale: #AFAFAF. Windows color (decimal): -350196 or 829690. OLE color: 829690.
HSL color Cylindrical-coordinate representation of color #FAA80C: hue angle of 39.33º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAA80C is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 12 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.02 |
| HSL | 39.33º | 0.96% | 0.51% | - |
| HSV(B) | 39.33º | 0.95% | 0.98% | - |
| XYZ | 53.49 | 48.36 | 6.86 | - |
| YUV | 174.73 | 36.17 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 12 | 0 | 0.33 | 0.95 | 0.02 | 39.33 | 0.96 | 0.51 |
| Hex | FA | A8 | C | 0 | 21 | 5F | 2 | 27 | 60 | 33 |
| Octal | 372 | 250 | 14 | 0 | 41 | 137 | 2 | 47 | 140 | 63 |
| Binary | 11111010 | 10101000 | 1100 | 0 | 100001 | 1011111 | 10 | 100111 | 1100000 | 110011 |
Color Harmonies of #FAA80C
Complementary color
Monochromatic Colors of #FAA80C
Black with #FAA80C
Text Example
Text Example
White with #FAA80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA80C; }
p { color: rgb(250,168,12); }
H1.HeaderClassName
{
color: #FAA80C;
}
.AnyTagClassName
{
color: #FAA80C;
}
</style>
background-color css
<style>
a { background-color: #FAA80C; }
a { background-color: rgb(250,168,12); }
div.DivClassName
{
background-color: #FAA80C;
}
.BgClassName
{
background-color: #FAA80C;
}
</style>
border-color css
<style>
span { border-color: #FAA80C; }
span { border-color: rgb(250,168,12); }
td.TdClassName
{
border-color: #FAA80C;
}
.TagClassName
{
border-color: #FAA80C;
}
</style>