Shades of Vivid Tangerine #FA907D
Tints of Vivid Tangerine #FA907D
RGB
CMYK
RGB Variations
Color information
#FA907D (or 0xFA907D) is known color: Vivid Tangerine. HEX triplet: FA, 90 and 7D. RGB value is (250,144,125). Sum of RGB (Red+Green+Blue) = 250+144+125=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA907D is #056F82. Grayscale: #ADADAD. Windows color (decimal): -356227 or 8229114. OLE color: 8229114.
HSL color Cylindrical-coordinate representation of color #FA907D: hue angle of 9.12º 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 #FA907D is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 125 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.02 |
| HSL | 9.12º | 0.93% | 0.74% | - |
| HSV(B) | 9.12º | 0.5% | 0.98% | - |
| XYZ | 53.1 | 41.75 | 24.66 | - |
| YUV | 173.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 125 | 0 | 0.42 | 0.50 | 0.02 | 9.12 | 0.93 | 0.74 |
| Hex | FA | 90 | 7D | 0 | 2A | 32 | 2 | 9 | 5D | 4A |
| Octal | 372 | 220 | 175 | 0 | 52 | 62 | 2 | 11 | 135 | 112 |
| Binary | 11111010 | 10010000 | 1111101 | 0 | 101010 | 110010 | 10 | 1001 | 1011101 | 1001010 |
Color Harmonies of #FA907D
Complementary color
Monochromatic Colors of #FA907D
Black with #FA907D
Text Example
Text Example
White with #FA907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA907D; }
p { color: rgb(250,144,125); }
H1.HeaderClassName
{
color: #FA907D;
}
.AnyTagClassName
{
color: #FA907D;
}
</style>
background-color css
<style>
a { background-color: #FA907D; }
a { background-color: rgb(250,144,125); }
div.DivClassName
{
background-color: #FA907D;
}
.BgClassName
{
background-color: #FA907D;
}
</style>
border-color css
<style>
span { border-color: #FA907D; }
span { border-color: rgb(250,144,125); }
td.TdClassName
{
border-color: #FA907D;
}
.TagClassName
{
border-color: #FA907D;
}
</style>