Shades of Vivid Tangerine #FF9A7B
Tints of Vivid Tangerine #FF9A7B
RGB
CMYK
RGB Variations
Color information
#FF9A7B (or 0xFF9A7B) is known color: Vivid Tangerine. HEX triplet: FF, 9A and 7B. RGB value is (255,154,123). Sum of RGB (Red+Green+Blue) = 255+154+123=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A7B is #006584. Grayscale: #B4B4B4. Windows color (decimal): -25989 or 8100607. OLE color: 8100607.
HSL color Cylindrical-coordinate representation of color #FF9A7B: hue angle of 14.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF9A7B is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 123 | - |
| CMYK | 0 | 0.40 | 0.52 | 0 |
| HSL | 14.09º | 1% | 0.74% | - |
| HSV(B) | 14.09º | 0.52% | 1% | - |
| XYZ | 56.37 | 45.8 | 24.61 | - |
| YUV | 180.67 | 95.46 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 123 | 0 | 0.40 | 0.52 | 0 | 14.09 | 1 | 0.74 |
| Hex | FF | 9A | 7B | 0 | 28 | 34 | 0 | E | 64 | 4A |
| Octal | 377 | 232 | 173 | 0 | 50 | 64 | 0 | 16 | 144 | 112 |
| Binary | 11111111 | 10011010 | 1111011 | 0 | 101000 | 110100 | 0 | 1110 | 1100100 | 1001010 |
Color Harmonies of #FF9A7B
Complementary color
Monochromatic Colors of #FF9A7B
Black with #FF9A7B
Text Example
Text Example
White with #FF9A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A7B; }
p { color: rgb(255,154,123); }
H1.HeaderClassName
{
color: #FF9A7B;
}
.AnyTagClassName
{
color: #FF9A7B;
}
</style>
background-color css
<style>
a { background-color: #FF9A7B; }
a { background-color: rgb(255,154,123); }
div.DivClassName
{
background-color: #FF9A7B;
}
.BgClassName
{
background-color: #FF9A7B;
}
</style>
border-color css
<style>
span { border-color: #FF9A7B; }
span { border-color: rgb(255,154,123); }
td.TdClassName
{
border-color: #FF9A7B;
}
.TagClassName
{
border-color: #FF9A7B;
}
</style>