Shades of Vivid Tangerine #F98C7D
Tints of Vivid Tangerine #F98C7D
RGB
CMYK
RGB Variations
Color information
#F98C7D (or 0xF98C7D) is known color: Vivid Tangerine. HEX triplet: F9, 8C and 7D. RGB value is (249,140,125). Sum of RGB (Red+Green+Blue) = 249+140+125=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C7D is #067382. Grayscale: #ABABAB. Windows color (decimal): -422787 or 8228089. OLE color: 8228089.
HSL color Cylindrical-coordinate representation of color #F98C7D: hue angle of 7.26º 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 #F98C7D is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 140 | 125 | - |
CMYK | 0 | 0.44 | 0.50 | 0.02 |
HSL | 7.26º | 0.91% | 0.73% | - |
HSV(B) | 7.26º | 0.5% | 0.98% | - |
XYZ | 52.15 | 40.38 | 24.45 | - |
YUV | 170.88 | 102.11 | 183.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 140 | 125 | 0 | 0.44 | 0.50 | 0.02 | 7.26 | 0.91 | 0.73 |
Hex | F9 | 8C | 7D | 0 | 2C | 32 | 2 | 7 | 5B | 49 |
Octal | 371 | 214 | 175 | 0 | 54 | 62 | 2 | 7 | 133 | 111 |
Binary | 11111001 | 10001100 | 1111101 | 0 | 101100 | 110010 | 10 | 111 | 1011011 | 1001001 |
Color Harmonies of #F98C7D
Complementary color
Monochromatic Colors of #F98C7D
Black with #F98C7D
Text Example
Text Example
White with #F98C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C7D; }
p { color: rgb(249,140,125); }
H1.HeaderClassName
{
color: #F98C7D;
}
.AnyTagClassName
{
color: #F98C7D;
}
</style>
background-color css
<style>
a { background-color: #F98C7D; }
a { background-color: rgb(249,140,125); }
div.DivClassName
{
background-color: #F98C7D;
}
.BgClassName
{
background-color: #F98C7D;
}
</style>
border-color css
<style>
span { border-color: #F98C7D; }
span { border-color: rgb(249,140,125); }
td.TdClassName
{
border-color: #F98C7D;
}
.TagClassName
{
border-color: #F98C7D;
}
</style>