Shades of Vivid Tangerine #F99B7D
Tints of Vivid Tangerine #F99B7D
RGB
CMYK
RGB Variations
Color information
#F99B7D (or 0xF99B7D) is known color: Vivid Tangerine. HEX triplet: F9, 9B and 7D. RGB value is (249,155,125). Sum of RGB (Red+Green+Blue) = 249+155+125=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F99B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99B7D is #066482. Grayscale: #B3B3B3. Windows color (decimal): -418947 or 8231929. OLE color: 8231929.
HSL color Cylindrical-coordinate representation of color #F99B7D: hue angle of 14.52º 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 #F99B7D is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 125 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.02 |
| HSL | 14.52º | 0.91% | 0.73% | - |
| HSV(B) | 14.52º | 0.5% | 0.98% | - |
| XYZ | 54.49 | 45.06 | 25.23 | - |
| YUV | 179.69 | 97.14 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 125 | 0 | 0.38 | 0.50 | 0.02 | 14.52 | 0.91 | 0.73 |
| Hex | F9 | 9B | 7D | 0 | 26 | 32 | 2 | F | 5B | 49 |
| Octal | 371 | 233 | 175 | 0 | 46 | 62 | 2 | 17 | 133 | 111 |
| Binary | 11111001 | 10011011 | 1111101 | 0 | 100110 | 110010 | 10 | 1111 | 1011011 | 1001001 |
Color Harmonies of #F99B7D
Complementary color
Monochromatic Colors of #F99B7D
Black with #F99B7D
Text Example
Text Example
White with #F99B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99B7D; }
p { color: rgb(249,155,125); }
H1.HeaderClassName
{
color: #F99B7D;
}
.AnyTagClassName
{
color: #F99B7D;
}
</style>
background-color css
<style>
a { background-color: #F99B7D; }
a { background-color: rgb(249,155,125); }
div.DivClassName
{
background-color: #F99B7D;
}
.BgClassName
{
background-color: #F99B7D;
}
</style>
border-color css
<style>
span { border-color: #F99B7D; }
span { border-color: rgb(249,155,125); }
td.TdClassName
{
border-color: #F99B7D;
}
.TagClassName
{
border-color: #F99B7D;
}
</style>