Shades of Dark Tangerine #FA9C10
Tints of Dark Tangerine #FA9C10
RGB
CMYK
RGB Variations
Color information
#FA9C10 (or 0xFA9C10) is known color: Dark Tangerine. HEX triplet: FA, 9C and 10. RGB value is (250,156,16). Sum of RGB (Red+Green+Blue) = 250+156+16=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9C10 is #0563EF. Grayscale: #A8A8A8. Windows color (decimal): -353264 or 1088762. OLE color: 1088762.
HSL color Cylindrical-coordinate representation of color #FA9C10: hue angle of 35.9º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA9C10 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 16 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.02 |
| HSL | 35.9º | 0.96% | 0.52% | - |
| HSV(B) | 35.9º | 0.94% | 0.98% | - |
| XYZ | 51.41 | 44.14 | 6.3 | - |
| YUV | 168.15 | 42.14 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 16 | 0 | 0.38 | 0.94 | 0.02 | 35.9 | 0.96 | 0.52 |
| Hex | FA | 9C | 10 | 0 | 26 | 5E | 2 | 24 | 60 | 34 |
| Octal | 372 | 234 | 20 | 0 | 46 | 136 | 2 | 44 | 140 | 64 |
| Binary | 11111010 | 10011100 | 10000 | 0 | 100110 | 1011110 | 10 | 100100 | 1100000 | 110100 |
Color Harmonies of #FA9C10
Complementary color
Monochromatic Colors of #FA9C10
Black with #FA9C10
Text Example
Text Example
White with #FA9C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9C10; }
p { color: rgb(250,156,16); }
H1.HeaderClassName
{
color: #FA9C10;
}
.AnyTagClassName
{
color: #FA9C10;
}
</style>
background-color css
<style>
a { background-color: #FA9C10; }
a { background-color: rgb(250,156,16); }
div.DivClassName
{
background-color: #FA9C10;
}
.BgClassName
{
background-color: #FA9C10;
}
</style>
border-color css
<style>
span { border-color: #FA9C10; }
span { border-color: rgb(250,156,16); }
td.TdClassName
{
border-color: #FA9C10;
}
.TagClassName
{
border-color: #FA9C10;
}
</style>