Shades of Vivid Tangerine #FE907F
Tints of Vivid Tangerine #FE907F
RGB
CMYK
RGB Variations
Color information
#FE907F (or 0xFE907F) is known color: Vivid Tangerine. HEX triplet: FE, 90 and 7F. RGB value is (254,144,127). Sum of RGB (Red+Green+Blue) = 254+144+127=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE907F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE907F is #016F80. Grayscale: #AFAFAF. Windows color (decimal): -94081 or 8360190. OLE color: 8360190.
HSL color Cylindrical-coordinate representation of color #FE907F: hue angle of 8.03º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE907F is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 127 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.00 |
| HSL | 8.03º | 0.98% | 0.75% | - |
| HSV(B) | 8.03º | 0.5% | 1% | - |
| XYZ | 54.68 | 42.55 | 25.41 | - |
| YUV | 174.95 | 100.94 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 127 | 0 | 0.43 | 0.50 | 0.00 | 8.03 | 0.98 | 0.75 |
| Hex | FE | 90 | 7F | 0 | 2B | 32 | 0 | 8 | 62 | 4B |
| Octal | 376 | 220 | 177 | 0 | 53 | 62 | 0 | 10 | 142 | 113 |
| Binary | 11111110 | 10010000 | 1111111 | 0 | 101011 | 110010 | 0 | 1000 | 1100010 | 1001011 |
Color Harmonies of #FE907F
Complementary color
Monochromatic Colors of #FE907F
Black with #FE907F
Text Example
Text Example
White with #FE907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE907F; }
p { color: rgb(254,144,127); }
H1.HeaderClassName
{
color: #FE907F;
}
.AnyTagClassName
{
color: #FE907F;
}
</style>
background-color css
<style>
a { background-color: #FE907F; }
a { background-color: rgb(254,144,127); }
div.DivClassName
{
background-color: #FE907F;
}
.BgClassName
{
background-color: #FE907F;
}
</style>
border-color css
<style>
span { border-color: #FE907F; }
span { border-color: rgb(254,144,127); }
td.TdClassName
{
border-color: #FE907F;
}
.TagClassName
{
border-color: #FE907F;
}
</style>