Shades of Vivid Tangerine #FF907D
Tints of Vivid Tangerine #FF907D
RGB
CMYK
RGB Variations
Color information
#FF907D (or 0xFF907D) is known color: Vivid Tangerine. HEX triplet: FF, 90 and 7D. RGB value is (255,144,125). Sum of RGB (Red+Green+Blue) = 255+144+125=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF907D is #006F82. Grayscale: #AFAFAF. Windows color (decimal): -28547 or 8229119. OLE color: 8229119.
HSL color Cylindrical-coordinate representation of color #FF907D: hue angle of 8.77º 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 #FF907D is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 125 | - |
| CMYK | 0 | 0.44 | 0.51 | 0 |
| HSL | 8.77º | 1% | 0.75% | - |
| HSV(B) | 8.77º | 0.51% | 1% | - |
| XYZ | 54.91 | 42.69 | 24.75 | - |
| YUV | 175.02 | 99.77 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 125 | 0 | 0.44 | 0.51 | 0 | 8.77 | 1 | 0.75 |
| Hex | FF | 90 | 7D | 0 | 2C | 33 | 0 | 9 | 64 | 4B |
| Octal | 377 | 220 | 175 | 0 | 54 | 63 | 0 | 11 | 144 | 113 |
| Binary | 11111111 | 10010000 | 1111101 | 0 | 101100 | 110011 | 0 | 1001 | 1100100 | 1001011 |
Color Harmonies of #FF907D
Complementary color
Monochromatic Colors of #FF907D
Black with #FF907D
Text Example
Text Example
White with #FF907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF907D; }
p { color: rgb(255,144,125); }
H1.HeaderClassName
{
color: #FF907D;
}
.AnyTagClassName
{
color: #FF907D;
}
</style>
background-color css
<style>
a { background-color: #FF907D; }
a { background-color: rgb(255,144,125); }
div.DivClassName
{
background-color: #FF907D;
}
.BgClassName
{
background-color: #FF907D;
}
</style>
border-color css
<style>
span { border-color: #FF907D; }
span { border-color: rgb(255,144,125); }
td.TdClassName
{
border-color: #FF907D;
}
.TagClassName
{
border-color: #FF907D;
}
</style>