Shades of Sunset Orange #FE5150
Tints of Sunset Orange #FE5150
RGB
CMYK
RGB Variations
Color information
#FE5150 (or 0xFE5150) is known color: Sunset Orange. HEX triplet: FE, 51 and 50. RGB value is (254,81,80). Sum of RGB (Red+Green+Blue) = 254+81+80=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5150 is #01AEAF. Grayscale: #848484. Windows color (decimal): -110256 or 5263870. OLE color: 5263870.
HSL color Cylindrical-coordinate representation of color #FE5150: hue angle of 0.34º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE5150 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 80 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.00 |
| HSL | 0.34º | 0.99% | 0.65% | - |
| HSV(B) | 0.34º | 0.69% | 1% | - |
| XYZ | 45.26 | 27.53 | 10.52 | - |
| YUV | 132.61 | 98.31 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 80 | 0 | 0.68 | 0.69 | 0.00 | 0.34 | 0.99 | 0.65 |
| Hex | FE | 51 | 50 | 0 | 44 | 45 | 0 | 0 | 63 | 41 |
| Octal | 376 | 121 | 120 | 0 | 104 | 105 | 0 | 0 | 143 | 101 |
| Binary | 11111110 | 1010001 | 1010000 | 0 | 1000100 | 1000101 | 0 | 0 | 1100011 | 1000001 |
Color Harmonies of #FE5150
Complementary color
Monochromatic Colors of #FE5150
Black with #FE5150
Text Example
Text Example
White with #FE5150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5150; }
p { color: rgb(254,81,80); }
H1.HeaderClassName
{
color: #FE5150;
}
.AnyTagClassName
{
color: #FE5150;
}
</style>
background-color css
<style>
a { background-color: #FE5150; }
a { background-color: rgb(254,81,80); }
div.DivClassName
{
background-color: #FE5150;
}
.BgClassName
{
background-color: #FE5150;
}
</style>
border-color css
<style>
span { border-color: #FE5150; }
span { border-color: rgb(254,81,80); }
td.TdClassName
{
border-color: #FE5150;
}
.TagClassName
{
border-color: #FE5150;
}
</style>