Shades of Vivid Tangerine #F9947F
Tints of Vivid Tangerine #F9947F
RGB
CMYK
RGB Variations
Color information
#F9947F (or 0xF9947F) is known color: Vivid Tangerine. HEX triplet: F9, 94 and 7F. RGB value is (249,148,127). Sum of RGB (Red+Green+Blue) = 249+148+127=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F9947F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9947F is #066B80. Grayscale: #AFAFAF. Windows color (decimal): -420737 or 8361209. OLE color: 8361209.
HSL color Cylindrical-coordinate representation of color #F9947F: hue angle of 10.33º 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 #F9947F is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 127 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.02 |
| HSL | 10.33º | 0.91% | 0.74% | - |
| HSV(B) | 10.33º | 0.49% | 0.98% | - |
| XYZ | 53.49 | 42.85 | 25.53 | - |
| YUV | 175.81 | 100.46 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 127 | 0 | 0.41 | 0.49 | 0.02 | 10.33 | 0.91 | 0.74 |
| Hex | F9 | 94 | 7F | 0 | 29 | 31 | 2 | A | 5B | 4A |
| Octal | 371 | 224 | 177 | 0 | 51 | 61 | 2 | 12 | 133 | 112 |
| Binary | 11111001 | 10010100 | 1111111 | 0 | 101001 | 110001 | 10 | 1010 | 1011011 | 1001010 |
Color Harmonies of #F9947F
Complementary color
Monochromatic Colors of #F9947F
Black with #F9947F
Text Example
Text Example
White with #F9947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9947F; }
p { color: rgb(249,148,127); }
H1.HeaderClassName
{
color: #F9947F;
}
.AnyTagClassName
{
color: #F9947F;
}
</style>
background-color css
<style>
a { background-color: #F9947F; }
a { background-color: rgb(249,148,127); }
div.DivClassName
{
background-color: #F9947F;
}
.BgClassName
{
background-color: #F9947F;
}
</style>
border-color css
<style>
span { border-color: #F9947F; }
span { border-color: rgb(249,148,127); }
td.TdClassName
{
border-color: #F9947F;
}
.TagClassName
{
border-color: #F9947F;
}
</style>