Shades of Vivid Tangerine #FF9476
Tints of Vivid Tangerine #FF9476
RGB
CMYK
RGB Variations
Color information
#FF9476 (or 0xFF9476) is known color: Vivid Tangerine. HEX triplet: FF, 94 and 76. RGB value is (255,148,118). Sum of RGB (Red+Green+Blue) = 255+148+118=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9476 is #006B89. Grayscale: #B0B0B0. Windows color (decimal): -27530 or 7771391. OLE color: 7771391.
HSL color Cylindrical-coordinate representation of color #FF9476: hue angle of 13.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF9476 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 118 | - |
| CMYK | 0 | 0.42 | 0.54 | 0 |
| HSL | 13.14º | 1% | 0.73% | - |
| HSV(B) | 13.14º | 0.54% | 1% | - |
| XYZ | 55.1 | 43.75 | 22.68 | - |
| YUV | 176.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 118 | 0 | 0.42 | 0.54 | 0 | 13.14 | 1 | 0.73 |
| Hex | FF | 94 | 76 | 0 | 2A | 36 | 0 | D | 64 | 49 |
| Octal | 377 | 224 | 166 | 0 | 52 | 66 | 0 | 15 | 144 | 111 |
| Binary | 11111111 | 10010100 | 1110110 | 0 | 101010 | 110110 | 0 | 1101 | 1100100 | 1001001 |
Color Harmonies of #FF9476
Complementary color
Monochromatic Colors of #FF9476
Black with #FF9476
Text Example
Text Example
White with #FF9476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9476; }
p { color: rgb(255,148,118); }
H1.HeaderClassName
{
color: #FF9476;
}
.AnyTagClassName
{
color: #FF9476;
}
</style>
background-color css
<style>
a { background-color: #FF9476; }
a { background-color: rgb(255,148,118); }
div.DivClassName
{
background-color: #FF9476;
}
.BgClassName
{
background-color: #FF9476;
}
</style>
border-color css
<style>
span { border-color: #FF9476; }
span { border-color: rgb(255,148,118); }
td.TdClassName
{
border-color: #FF9476;
}
.TagClassName
{
border-color: #FF9476;
}
</style>