Shades of Dark Tangerine #FA9F18
Tints of Dark Tangerine #FA9F18
RGB
CMYK
RGB Variations
Color information
#FA9F18 (or 0xFA9F18) is known color: Dark Tangerine. HEX triplet: FA, 9F and 18. RGB value is (250,159,24). Sum of RGB (Red+Green+Blue) = 250+159+24=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9F18 is #0560E7. Grayscale: #ABABAB. Windows color (decimal): -352488 or 1613818. OLE color: 1613818.
HSL color Cylindrical-coordinate representation of color #FA9F18: hue angle of 35.84º 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 #FA9F18 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 24 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.02 |
| HSL | 35.84º | 0.96% | 0.54% | - |
| HSV(B) | 35.84º | 0.9% | 0.98% | - |
| XYZ | 51.99 | 45.19 | 6.85 | - |
| YUV | 170.82 | 45.15 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 24 | 0 | 0.36 | 0.90 | 0.02 | 35.84 | 0.96 | 0.54 |
| Hex | FA | 9F | 18 | 0 | 24 | 5A | 2 | 24 | 60 | 36 |
| Octal | 372 | 237 | 30 | 0 | 44 | 132 | 2 | 44 | 140 | 66 |
| Binary | 11111010 | 10011111 | 11000 | 0 | 100100 | 1011010 | 10 | 100100 | 1100000 | 110110 |
Color Harmonies of #FA9F18
Complementary color
Monochromatic Colors of #FA9F18
Black with #FA9F18
Text Example
Text Example
White with #FA9F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F18; }
p { color: rgb(250,159,24); }
H1.HeaderClassName
{
color: #FA9F18;
}
.AnyTagClassName
{
color: #FA9F18;
}
</style>
background-color css
<style>
a { background-color: #FA9F18; }
a { background-color: rgb(250,159,24); }
div.DivClassName
{
background-color: #FA9F18;
}
.BgClassName
{
background-color: #FA9F18;
}
</style>
border-color css
<style>
span { border-color: #FA9F18; }
span { border-color: rgb(250,159,24); }
td.TdClassName
{
border-color: #FA9F18;
}
.TagClassName
{
border-color: #FA9F18;
}
</style>