Shades of Dark Tangerine #FA9C14
Tints of Dark Tangerine #FA9C14
RGB
CMYK
RGB Variations
Color information
#FA9C14 (or 0xFA9C14) is known color: Dark Tangerine. HEX triplet: FA, 9C and 14. RGB value is (250,156,20). Sum of RGB (Red+Green+Blue) = 250+156+20=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9C14 is #0563EB. Grayscale: #A9A9A9. Windows color (decimal): -353260 or 1350906. OLE color: 1350906.
HSL color Cylindrical-coordinate representation of color #FA9C14: hue angle of 35.48º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA9C14 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 20 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.02 |
| HSL | 35.48º | 0.96% | 0.53% | - |
| HSV(B) | 35.48º | 0.92% | 0.98% | - |
| XYZ | 51.44 | 44.15 | 6.47 | - |
| YUV | 168.6 | 44.14 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 20 | 0 | 0.38 | 0.92 | 0.02 | 35.48 | 0.96 | 0.53 |
| Hex | FA | 9C | 14 | 0 | 26 | 5C | 2 | 23 | 60 | 35 |
| Octal | 372 | 234 | 24 | 0 | 46 | 134 | 2 | 43 | 140 | 65 |
| Binary | 11111010 | 10011100 | 10100 | 0 | 100110 | 1011100 | 10 | 100011 | 1100000 | 110101 |
Color Harmonies of #FA9C14
Complementary color
Monochromatic Colors of #FA9C14
Black with #FA9C14
Text Example
Text Example
White with #FA9C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9C14; }
p { color: rgb(250,156,20); }
H1.HeaderClassName
{
color: #FA9C14;
}
.AnyTagClassName
{
color: #FA9C14;
}
</style>
background-color css
<style>
a { background-color: #FA9C14; }
a { background-color: rgb(250,156,20); }
div.DivClassName
{
background-color: #FA9C14;
}
.BgClassName
{
background-color: #FA9C14;
}
</style>
border-color css
<style>
span { border-color: #FA9C14; }
span { border-color: rgb(250,156,20); }
td.TdClassName
{
border-color: #FA9C14;
}
.TagClassName
{
border-color: #FA9C14;
}
</style>