Shades of Vivid Tangerine #F99A7B
Tints of Vivid Tangerine #F99A7B
RGB
CMYK
RGB Variations
Color information
#F99A7B (or 0xF99A7B) is known color: Vivid Tangerine. HEX triplet: F9, 9A and 7B. RGB value is (249,154,123). Sum of RGB (Red+Green+Blue) = 249+154+123=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99A7B is #066584. Grayscale: #B3B3B3. Windows color (decimal): -419205 or 8100601. OLE color: 8100601.
HSL color Cylindrical-coordinate representation of color #F99A7B: hue angle of 14.76º degrees, saturation: 0.91, 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 #F99A7B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 123 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.02 |
| HSL | 14.76º | 0.91% | 0.73% | - |
| HSV(B) | 14.76º | 0.51% | 0.98% | - |
| XYZ | 54.2 | 44.68 | 24.51 | - |
| YUV | 178.87 | 96.47 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 123 | 0 | 0.38 | 0.51 | 0.02 | 14.76 | 0.91 | 0.73 |
| Hex | F9 | 9A | 7B | 0 | 26 | 33 | 2 | F | 5B | 49 |
| Octal | 371 | 232 | 173 | 0 | 46 | 63 | 2 | 17 | 133 | 111 |
| Binary | 11111001 | 10011010 | 1111011 | 0 | 100110 | 110011 | 10 | 1111 | 1011011 | 1001001 |
Color Harmonies of #F99A7B
Complementary color
Monochromatic Colors of #F99A7B
Black with #F99A7B
Text Example
Text Example
White with #F99A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99A7B; }
p { color: rgb(249,154,123); }
H1.HeaderClassName
{
color: #F99A7B;
}
.AnyTagClassName
{
color: #F99A7B;
}
</style>
background-color css
<style>
a { background-color: #F99A7B; }
a { background-color: rgb(249,154,123); }
div.DivClassName
{
background-color: #F99A7B;
}
.BgClassName
{
background-color: #F99A7B;
}
</style>
border-color css
<style>
span { border-color: #F99A7B; }
span { border-color: rgb(249,154,123); }
td.TdClassName
{
border-color: #F99A7B;
}
.TagClassName
{
border-color: #F99A7B;
}
</style>