Shades of Vivid Tangerine #FF907A
Tints of Vivid Tangerine #FF907A
RGB
CMYK
RGB Variations
Color information
#FF907A (or 0xFF907A) is known color: Vivid Tangerine. HEX triplet: FF, 90 and 7A. RGB value is (255,144,122). Sum of RGB (Red+Green+Blue) = 255+144+122=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF907A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF907A is #006F85. Grayscale: #AEAEAE. Windows color (decimal): -28550 or 8032511. OLE color: 8032511.
HSL color Cylindrical-coordinate representation of color #FF907A: hue angle of 9.92º 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 #FF907A is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 122 | - |
| CMYK | 0 | 0.44 | 0.52 | 0 |
| HSL | 9.92º | 1% | 0.74% | - |
| HSV(B) | 9.92º | 0.52% | 1% | - |
| XYZ | 54.73 | 42.61 | 23.75 | - |
| YUV | 174.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 122 | 0 | 0.44 | 0.52 | 0 | 9.92 | 1 | 0.74 |
| Hex | FF | 90 | 7A | 0 | 2C | 34 | 0 | A | 64 | 4A |
| Octal | 377 | 220 | 172 | 0 | 54 | 64 | 0 | 12 | 144 | 112 |
| Binary | 11111111 | 10010000 | 1111010 | 0 | 101100 | 110100 | 0 | 1010 | 1100100 | 1001010 |
Color Harmonies of #FF907A
Complementary color
Monochromatic Colors of #FF907A
Black with #FF907A
Text Example
Text Example
White with #FF907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF907A; }
p { color: rgb(255,144,122); }
H1.HeaderClassName
{
color: #FF907A;
}
.AnyTagClassName
{
color: #FF907A;
}
</style>
background-color css
<style>
a { background-color: #FF907A; }
a { background-color: rgb(255,144,122); }
div.DivClassName
{
background-color: #FF907A;
}
.BgClassName
{
background-color: #FF907A;
}
</style>
border-color css
<style>
span { border-color: #FF907A; }
span { border-color: rgb(255,144,122); }
td.TdClassName
{
border-color: #FF907A;
}
.TagClassName
{
border-color: #FF907A;
}
</style>