Shades of Vivid Tangerine #F99A7C
Tints of Vivid Tangerine #F99A7C
RGB
CMYK
RGB Variations
Color information
#F99A7C (or 0xF99A7C) is known color: Vivid Tangerine. HEX triplet: F9, 9A and 7C. RGB value is (249,154,124). Sum of RGB (Red+Green+Blue) = 249+154+124=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99A7C is #066583. Grayscale: #B3B3B3. Windows color (decimal): -419204 or 8166137. OLE color: 8166137.
HSL color Cylindrical-coordinate representation of color #F99A7C: hue angle of 14.4º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F99A7C is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 124 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.02 |
| HSL | 14.4º | 0.91% | 0.73% | - |
| HSV(B) | 14.4º | 0.5% | 0.98% | - |
| XYZ | 54.26 | 44.71 | 24.84 | - |
| YUV | 178.99 | 96.97 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 124 | 0 | 0.38 | 0.50 | 0.02 | 14.4 | 0.91 | 0.73 |
| Hex | F9 | 9A | 7C | 0 | 26 | 32 | 2 | E | 5B | 49 |
| Octal | 371 | 232 | 174 | 0 | 46 | 62 | 2 | 16 | 133 | 111 |
| Binary | 11111001 | 10011010 | 1111100 | 0 | 100110 | 110010 | 10 | 1110 | 1011011 | 1001001 |
Color Harmonies of #F99A7C
Complementary color
Monochromatic Colors of #F99A7C
Black with #F99A7C
Text Example
Text Example
White with #F99A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99A7C; }
p { color: rgb(249,154,124); }
H1.HeaderClassName
{
color: #F99A7C;
}
.AnyTagClassName
{
color: #F99A7C;
}
</style>
background-color css
<style>
a { background-color: #F99A7C; }
a { background-color: rgb(249,154,124); }
div.DivClassName
{
background-color: #F99A7C;
}
.BgClassName
{
background-color: #F99A7C;
}
</style>
border-color css
<style>
span { border-color: #F99A7C; }
span { border-color: rgb(249,154,124); }
td.TdClassName
{
border-color: #F99A7C;
}
.TagClassName
{
border-color: #F99A7C;
}
</style>