Shades of Vivid Tangerine #FA917D
Tints of Vivid Tangerine #FA917D
RGB
CMYK
RGB Variations
Color information
#FA917D (or 0xFA917D) is known color: Vivid Tangerine. HEX triplet: FA, 91 and 7D. RGB value is (250,145,125). Sum of RGB (Red+Green+Blue) = 250+145+125=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA917D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA917D is #056E82. Grayscale: #AEAEAE. Windows color (decimal): -355971 or 8229370. OLE color: 8229370.
HSL color Cylindrical-coordinate representation of color #FA917D: hue angle of 9.6º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA917D is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 125 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.02 |
| HSL | 9.6º | 0.93% | 0.74% | - |
| HSV(B) | 9.6º | 0.5% | 0.98% | - |
| XYZ | 53.25 | 42.06 | 24.71 | - |
| YUV | 174.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 125 | 0 | 0.42 | 0.50 | 0.02 | 9.6 | 0.93 | 0.74 |
| Hex | FA | 91 | 7D | 0 | 2A | 32 | 2 | A | 5D | 4A |
| Octal | 372 | 221 | 175 | 0 | 52 | 62 | 2 | 12 | 135 | 112 |
| Binary | 11111010 | 10010001 | 1111101 | 0 | 101010 | 110010 | 10 | 1010 | 1011101 | 1001010 |
Color Harmonies of #FA917D
Complementary color
Monochromatic Colors of #FA917D
Black with #FA917D
Text Example
Text Example
White with #FA917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA917D; }
p { color: rgb(250,145,125); }
H1.HeaderClassName
{
color: #FA917D;
}
.AnyTagClassName
{
color: #FA917D;
}
</style>
background-color css
<style>
a { background-color: #FA917D; }
a { background-color: rgb(250,145,125); }
div.DivClassName
{
background-color: #FA917D;
}
.BgClassName
{
background-color: #FA917D;
}
</style>
border-color css
<style>
span { border-color: #FA917D; }
span { border-color: rgb(250,145,125); }
td.TdClassName
{
border-color: #FA917D;
}
.TagClassName
{
border-color: #FA917D;
}
</style>