Shades of Vivid Tangerine #FA947B
Tints of Vivid Tangerine #FA947B
RGB
CMYK
RGB Variations
Color information
#FA947B (or 0xFA947B) is known color: Vivid Tangerine. HEX triplet: FA, 94 and 7B. RGB value is (250,148,123). Sum of RGB (Red+Green+Blue) = 250+148+123=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA947B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA947B is #056B84. Grayscale: #AFAFAF. Windows color (decimal): -355205 or 8099066. OLE color: 8099066.
HSL color Cylindrical-coordinate representation of color #FA947B: hue angle of 11.81º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA947B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 148 | 123 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.02 |
| HSL | 11.81º | 0.93% | 0.73% | - |
| HSV(B) | 11.81º | 0.51% | 0.98% | - |
| XYZ | 53.59 | 42.93 | 24.2 | - |
| YUV | 175.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 148 | 123 | 0 | 0.41 | 0.51 | 0.02 | 11.81 | 0.93 | 0.73 |
| Hex | FA | 94 | 7B | 0 | 29 | 33 | 2 | C | 5D | 49 |
| Octal | 372 | 224 | 173 | 0 | 51 | 63 | 2 | 14 | 135 | 111 |
| Binary | 11111010 | 10010100 | 1111011 | 0 | 101001 | 110011 | 10 | 1100 | 1011101 | 1001001 |
Color Harmonies of #FA947B
Complementary color
Monochromatic Colors of #FA947B
Black with #FA947B
Text Example
Text Example
White with #FA947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA947B; }
p { color: rgb(250,148,123); }
H1.HeaderClassName
{
color: #FA947B;
}
.AnyTagClassName
{
color: #FA947B;
}
</style>
background-color css
<style>
a { background-color: #FA947B; }
a { background-color: rgb(250,148,123); }
div.DivClassName
{
background-color: #FA947B;
}
.BgClassName
{
background-color: #FA947B;
}
</style>
border-color css
<style>
span { border-color: #FA947B; }
span { border-color: rgb(250,148,123); }
td.TdClassName
{
border-color: #FA947B;
}
.TagClassName
{
border-color: #FA947B;
}
</style>