Shades of Vivid Tangerine #FA9274
Tints of Vivid Tangerine #FA9274
RGB
CMYK
RGB Variations
Color information
#FA9274 (or 0xFA9274) is known color: Vivid Tangerine. HEX triplet: FA, 92 and 74. RGB value is (250,146,116). Sum of RGB (Red+Green+Blue) = 250+146+116=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9274 is #056D8B. Grayscale: #ADADAD. Windows color (decimal): -355724 or 7639802. OLE color: 7639802.
HSL color Cylindrical-coordinate representation of color #FA9274: hue angle of 13.43º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA9274 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 116 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.02 |
| HSL | 13.43º | 0.93% | 0.72% | - |
| HSV(B) | 13.43º | 0.54% | 0.98% | - |
| XYZ | 52.86 | 42.14 | 21.87 | - |
| YUV | 173.68 | 95.46 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 116 | 0 | 0.42 | 0.54 | 0.02 | 13.43 | 0.93 | 0.72 |
| Hex | FA | 92 | 74 | 0 | 2A | 36 | 2 | D | 5D | 48 |
| Octal | 372 | 222 | 164 | 0 | 52 | 66 | 2 | 15 | 135 | 110 |
| Binary | 11111010 | 10010010 | 1110100 | 0 | 101010 | 110110 | 10 | 1101 | 1011101 | 1001000 |
Color Harmonies of #FA9274
Complementary color
Monochromatic Colors of #FA9274
Black with #FA9274
Text Example
Text Example
White with #FA9274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9274; }
p { color: rgb(250,146,116); }
H1.HeaderClassName
{
color: #FA9274;
}
.AnyTagClassName
{
color: #FA9274;
}
</style>
background-color css
<style>
a { background-color: #FA9274; }
a { background-color: rgb(250,146,116); }
div.DivClassName
{
background-color: #FA9274;
}
.BgClassName
{
background-color: #FA9274;
}
</style>
border-color css
<style>
span { border-color: #FA9274; }
span { border-color: rgb(250,146,116); }
td.TdClassName
{
border-color: #FA9274;
}
.TagClassName
{
border-color: #FA9274;
}
</style>