Shades of Dark Tangerine #F8AA1A
Tints of Dark Tangerine #F8AA1A
RGB
CMYK
RGB Variations
Color information
#F8AA1A (or 0xF8AA1A) is known color: Dark Tangerine. HEX triplet: F8, AA and 1A. RGB value is (248,170,26). Sum of RGB (Red+Green+Blue) = 248+170+26=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 26 (10.55% from 255 or 5.86% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AA1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AA1A is #0755E5. Grayscale: #B1B1B1. Windows color (decimal): -480742 or 1747704. OLE color: 1747704.
HSL color Cylindrical-coordinate representation of color #F8AA1A: hue angle of 38.92º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8AA1A is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 170 | 26 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.03 |
| HSL | 38.92º | 0.94% | 0.54% | - |
| HSV(B) | 38.92º | 0.9% | 0.97% | - |
| XYZ | 53.27 | 48.78 | 7.59 | - |
| YUV | 176.91 | 42.84 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 26 | 0 | 0.31 | 0.90 | 0.03 | 38.92 | 0.94 | 0.54 |
| Hex | F8 | AA | 1A | 0 | 1F | 5A | 3 | 27 | 5E | 36 |
| Octal | 370 | 252 | 32 | 0 | 37 | 132 | 3 | 47 | 136 | 66 |
| Binary | 11111000 | 10101010 | 11010 | 0 | 11111 | 1011010 | 11 | 100111 | 1011110 | 110110 |
Color Harmonies of #F8AA1A
Complementary color
Monochromatic Colors of #F8AA1A
Black with #F8AA1A
Text Example
Text Example
White with #F8AA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AA1A; }
p { color: rgb(248,170,26); }
H1.HeaderClassName
{
color: #F8AA1A;
}
.AnyTagClassName
{
color: #F8AA1A;
}
</style>
background-color css
<style>
a { background-color: #F8AA1A; }
a { background-color: rgb(248,170,26); }
div.DivClassName
{
background-color: #F8AA1A;
}
.BgClassName
{
background-color: #F8AA1A;
}
</style>
border-color css
<style>
span { border-color: #F8AA1A; }
span { border-color: rgb(248,170,26); }
td.TdClassName
{
border-color: #F8AA1A;
}
.TagClassName
{
border-color: #F8AA1A;
}
</style>