Shades of Vivid Tangerine #FF947D
Tints of Vivid Tangerine #FF947D
RGB
CMYK
RGB Variations
Color information
#FF947D (or 0xFF947D) is known color: Vivid Tangerine. HEX triplet: FF, 94 and 7D. RGB value is (255,148,125). Sum of RGB (Red+Green+Blue) = 255+148+125=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF947D is #006B82. Grayscale: #B1B1B1. Windows color (decimal): -27523 or 8230143. OLE color: 8230143.
HSL color Cylindrical-coordinate representation of color #FF947D: hue angle of 10.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF947D is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 125 | - |
| CMYK | 0 | 0.42 | 0.51 | 0 |
| HSL | 10.62º | 1% | 0.75% | - |
| HSV(B) | 10.62º | 0.51% | 1% | - |
| XYZ | 55.53 | 43.92 | 24.95 | - |
| YUV | 177.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 125 | 0 | 0.42 | 0.51 | 0 | 10.62 | 1 | 0.75 |
| Hex | FF | 94 | 7D | 0 | 2A | 33 | 0 | B | 64 | 4B |
| Octal | 377 | 224 | 175 | 0 | 52 | 63 | 0 | 13 | 144 | 113 |
| Binary | 11111111 | 10010100 | 1111101 | 0 | 101010 | 110011 | 0 | 1011 | 1100100 | 1001011 |
Color Harmonies of #FF947D
Complementary color
Monochromatic Colors of #FF947D
Black with #FF947D
Text Example
Text Example
White with #FF947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF947D; }
p { color: rgb(255,148,125); }
H1.HeaderClassName
{
color: #FF947D;
}
.AnyTagClassName
{
color: #FF947D;
}
</style>
background-color css
<style>
a { background-color: #FF947D; }
a { background-color: rgb(255,148,125); }
div.DivClassName
{
background-color: #FF947D;
}
.BgClassName
{
background-color: #FF947D;
}
</style>
border-color css
<style>
span { border-color: #FF947D; }
span { border-color: rgb(255,148,125); }
td.TdClassName
{
border-color: #FF947D;
}
.TagClassName
{
border-color: #FF947D;
}
</style>