Shades of Vivid Tangerine #FA9278
Tints of Vivid Tangerine #FA9278
RGB
CMYK
RGB Variations
Color information
#FA9278 (or 0xFA9278) is known color: Vivid Tangerine. HEX triplet: FA, 92 and 78. RGB value is (250,146,120). Sum of RGB (Red+Green+Blue) = 250+146+120=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9278 is #056D87. Grayscale: #AEAEAE. Windows color (decimal): -355720 or 7901946. OLE color: 7901946.
HSL color Cylindrical-coordinate representation of color #FA9278: hue angle of 12º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA9278 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 120 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.02 |
| HSL | 12º | 0.93% | 0.73% | - |
| HSV(B) | 12º | 0.52% | 0.98% | - |
| XYZ | 53.09 | 42.24 | 23.12 | - |
| YUV | 174.13 | 97.46 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 120 | 0 | 0.42 | 0.52 | 0.02 | 12 | 0.93 | 0.73 |
| Hex | FA | 92 | 78 | 0 | 2A | 34 | 2 | C | 5D | 49 |
| Octal | 372 | 222 | 170 | 0 | 52 | 64 | 2 | 14 | 135 | 111 |
| Binary | 11111010 | 10010010 | 1111000 | 0 | 101010 | 110100 | 10 | 1100 | 1011101 | 1001001 |
Color Harmonies of #FA9278
Complementary color
Monochromatic Colors of #FA9278
Black with #FA9278
Text Example
Text Example
White with #FA9278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9278; }
p { color: rgb(250,146,120); }
H1.HeaderClassName
{
color: #FA9278;
}
.AnyTagClassName
{
color: #FA9278;
}
</style>
background-color css
<style>
a { background-color: #FA9278; }
a { background-color: rgb(250,146,120); }
div.DivClassName
{
background-color: #FA9278;
}
.BgClassName
{
background-color: #FA9278;
}
</style>
border-color css
<style>
span { border-color: #FA9278; }
span { border-color: rgb(250,146,120); }
td.TdClassName
{
border-color: #FA9278;
}
.TagClassName
{
border-color: #FA9278;
}
</style>