Shades of Vivid Tangerine #F99282
Tints of Vivid Tangerine #F99282
RGB
CMYK
RGB Variations
Color information
#F99282 (or 0xF99282) is known color: Vivid Tangerine. HEX triplet: F9, 92 and 82. RGB value is (249,146,130). Sum of RGB (Red+Green+Blue) = 249+146+130=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F99282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99282 is #066D7D. Grayscale: #AFAFAF. Windows color (decimal): -421246 or 8557305. OLE color: 8557305.
HSL color Cylindrical-coordinate representation of color #F99282: hue angle of 8.07º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F99282 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 130 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.02 |
| HSL | 8.07º | 0.91% | 0.74% | - |
| HSV(B) | 8.07º | 0.48% | 0.98% | - |
| XYZ | 53.38 | 42.31 | 26.47 | - |
| YUV | 174.97 | 102.62 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 130 | 0 | 0.41 | 0.48 | 0.02 | 8.07 | 0.91 | 0.74 |
| Hex | F9 | 92 | 82 | 0 | 29 | 30 | 2 | 8 | 5B | 4A |
| Octal | 371 | 222 | 202 | 0 | 51 | 60 | 2 | 10 | 133 | 112 |
| Binary | 11111001 | 10010010 | 10000010 | 0 | 101001 | 110000 | 10 | 1000 | 1011011 | 1001010 |
Color Harmonies of #F99282
Complementary color
Monochromatic Colors of #F99282
Black with #F99282
Text Example
Text Example
White with #F99282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99282; }
p { color: rgb(249,146,130); }
H1.HeaderClassName
{
color: #F99282;
}
.AnyTagClassName
{
color: #F99282;
}
</style>
background-color css
<style>
a { background-color: #F99282; }
a { background-color: rgb(249,146,130); }
div.DivClassName
{
background-color: #F99282;
}
.BgClassName
{
background-color: #F99282;
}
</style>
border-color css
<style>
span { border-color: #F99282; }
span { border-color: rgb(249,146,130); }
td.TdClassName
{
border-color: #F99282;
}
.TagClassName
{
border-color: #F99282;
}
</style>