Shades of Sunset Orange #FE514D
Tints of Sunset Orange #FE514D
RGB
CMYK
RGB Variations
Color information
#FE514D (or 0xFE514D) is known color: Sunset Orange. HEX triplet: FE, 51 and 4D. RGB value is (254,81,77). Sum of RGB (Red+Green+Blue) = 254+81+77=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE514D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE514D is #01AEB2. Grayscale: #848484. Windows color (decimal): -110259 or 5067262. OLE color: 5067262.
HSL color Cylindrical-coordinate representation of color #FE514D: hue angle of 1.36º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE514D is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 77 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.00 |
| HSL | 1.36º | 0.99% | 0.65% | - |
| HSV(B) | 1.36º | 0.7% | 1% | - |
| XYZ | 45.16 | 27.49 | 9.95 | - |
| YUV | 132.27 | 96.81 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 77 | 0 | 0.68 | 0.70 | 0.00 | 1.36 | 0.99 | 0.65 |
| Hex | FE | 51 | 4D | 0 | 44 | 46 | 0 | 1 | 63 | 41 |
| Octal | 376 | 121 | 115 | 0 | 104 | 106 | 0 | 1 | 143 | 101 |
| Binary | 11111110 | 1010001 | 1001101 | 0 | 1000100 | 1000110 | 0 | 1 | 1100011 | 1000001 |
Color Harmonies of #FE514D
Complementary color
Monochromatic Colors of #FE514D
Black with #FE514D
Text Example
Text Example
White with #FE514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE514D; }
p { color: rgb(254,81,77); }
H1.HeaderClassName
{
color: #FE514D;
}
.AnyTagClassName
{
color: #FE514D;
}
</style>
background-color css
<style>
a { background-color: #FE514D; }
a { background-color: rgb(254,81,77); }
div.DivClassName
{
background-color: #FE514D;
}
.BgClassName
{
background-color: #FE514D;
}
</style>
border-color css
<style>
span { border-color: #FE514D; }
span { border-color: rgb(254,81,77); }
td.TdClassName
{
border-color: #FE514D;
}
.TagClassName
{
border-color: #FE514D;
}
</style>