Shades of Vivid Tangerine #FA9075
Tints of Vivid Tangerine #FA9075
RGB
CMYK
RGB Variations
Color information
#FA9075 (or 0xFA9075) is known color: Vivid Tangerine. HEX triplet: FA, 90 and 75. RGB value is (250,144,117). Sum of RGB (Red+Green+Blue) = 250+144+117=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9075 is #056F8A. Grayscale: #ACACAC. Windows color (decimal): -356235 or 7704826. OLE color: 7704826.
HSL color Cylindrical-coordinate representation of color #FA9075: hue angle of 12.18º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA9075 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 117 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.02 |
| HSL | 12.18º | 0.93% | 0.72% | - |
| HSV(B) | 12.18º | 0.53% | 0.98% | - |
| XYZ | 52.61 | 41.55 | 22.08 | - |
| YUV | 172.62 | 96.62 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 117 | 0 | 0.42 | 0.53 | 0.02 | 12.18 | 0.93 | 0.72 |
| Hex | FA | 90 | 75 | 0 | 2A | 35 | 2 | C | 5D | 48 |
| Octal | 372 | 220 | 165 | 0 | 52 | 65 | 2 | 14 | 135 | 110 |
| Binary | 11111010 | 10010000 | 1110101 | 0 | 101010 | 110101 | 10 | 1100 | 1011101 | 1001000 |
Color Harmonies of #FA9075
Complementary color
Monochromatic Colors of #FA9075
Black with #FA9075
Text Example
Text Example
White with #FA9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9075; }
p { color: rgb(250,144,117); }
H1.HeaderClassName
{
color: #FA9075;
}
.AnyTagClassName
{
color: #FA9075;
}
</style>
background-color css
<style>
a { background-color: #FA9075; }
a { background-color: rgb(250,144,117); }
div.DivClassName
{
background-color: #FA9075;
}
.BgClassName
{
background-color: #FA9075;
}
</style>
border-color css
<style>
span { border-color: #FA9075; }
span { border-color: rgb(250,144,117); }
td.TdClassName
{
border-color: #FA9075;
}
.TagClassName
{
border-color: #FA9075;
}
</style>