Shades of Vivid Tangerine #FF9479
Tints of Vivid Tangerine #FF9479
RGB
CMYK
RGB Variations
Color information
#FF9479 (or 0xFF9479) is known color: Vivid Tangerine. HEX triplet: FF, 94 and 79. RGB value is (255,148,121). Sum of RGB (Red+Green+Blue) = 255+148+121=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9479 is #006B86. Grayscale: #B1B1B1. Windows color (decimal): -27527 or 7967999. OLE color: 7967999.
HSL color Cylindrical-coordinate representation of color #FF9479: hue angle of 12.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF9479 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 121 | - |
| CMYK | 0 | 0.42 | 0.53 | 0 |
| HSL | 12.09º | 1% | 0.74% | - |
| HSV(B) | 12.09º | 0.53% | 1% | - |
| XYZ | 55.28 | 43.82 | 23.63 | - |
| YUV | 176.92 | 96.45 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 121 | 0 | 0.42 | 0.53 | 0 | 12.09 | 1 | 0.74 |
| Hex | FF | 94 | 79 | 0 | 2A | 35 | 0 | C | 64 | 4A |
| Octal | 377 | 224 | 171 | 0 | 52 | 65 | 0 | 14 | 144 | 112 |
| Binary | 11111111 | 10010100 | 1111001 | 0 | 101010 | 110101 | 0 | 1100 | 1100100 | 1001010 |
Color Harmonies of #FF9479
Complementary color
Monochromatic Colors of #FF9479
Black with #FF9479
Text Example
Text Example
White with #FF9479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9479; }
p { color: rgb(255,148,121); }
H1.HeaderClassName
{
color: #FF9479;
}
.AnyTagClassName
{
color: #FF9479;
}
</style>
background-color css
<style>
a { background-color: #FF9479; }
a { background-color: rgb(255,148,121); }
div.DivClassName
{
background-color: #FF9479;
}
.BgClassName
{
background-color: #FF9479;
}
</style>
border-color css
<style>
span { border-color: #FF9479; }
span { border-color: rgb(255,148,121); }
td.TdClassName
{
border-color: #FF9479;
}
.TagClassName
{
border-color: #FF9479;
}
</style>