Shades of Vivid Tangerine #F9957E
Tints of Vivid Tangerine #F9957E
RGB
CMYK
RGB Variations
Color information
#F9957E (or 0xF9957E) is known color: Vivid Tangerine. HEX triplet: F9, 95 and 7E. RGB value is (249,149,126). Sum of RGB (Red+Green+Blue) = 249+149+126=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F9957E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9957E is #066A81. Grayscale: #B0B0B0. Windows color (decimal): -420482 or 8295929. OLE color: 8295929.
HSL color Cylindrical-coordinate representation of color #F9957E: hue angle of 11.22º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F9957E is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 126 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.02 |
| HSL | 11.22º | 0.91% | 0.74% | - |
| HSV(B) | 11.22º | 0.49% | 0.98% | - |
| XYZ | 53.58 | 43.14 | 25.24 | - |
| YUV | 176.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 126 | 0 | 0.40 | 0.49 | 0.02 | 11.22 | 0.91 | 0.74 |
| Hex | F9 | 95 | 7E | 0 | 28 | 31 | 2 | B | 5B | 4A |
| Octal | 371 | 225 | 176 | 0 | 50 | 61 | 2 | 13 | 133 | 112 |
| Binary | 11111001 | 10010101 | 1111110 | 0 | 101000 | 110001 | 10 | 1011 | 1011011 | 1001010 |
Color Harmonies of #F9957E
Complementary color
Monochromatic Colors of #F9957E
Black with #F9957E
Text Example
Text Example
White with #F9957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9957E; }
p { color: rgb(249,149,126); }
H1.HeaderClassName
{
color: #F9957E;
}
.AnyTagClassName
{
color: #F9957E;
}
</style>
background-color css
<style>
a { background-color: #F9957E; }
a { background-color: rgb(249,149,126); }
div.DivClassName
{
background-color: #F9957E;
}
.BgClassName
{
background-color: #F9957E;
}
</style>
border-color css
<style>
span { border-color: #F9957E; }
span { border-color: rgb(249,149,126); }
td.TdClassName
{
border-color: #F9957E;
}
.TagClassName
{
border-color: #F9957E;
}
</style>