Shades of Sunset Orange #FE514B
Tints of Sunset Orange #FE514B
RGB
CMYK
RGB Variations
Color information
#FE514B (or 0xFE514B) is known color: Sunset Orange. HEX triplet: FE, 51 and 4B. RGB value is (254,81,75). Sum of RGB (Red+Green+Blue) = 254+81+75=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE514B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE514B is #01AEB4. Grayscale: #848484. Windows color (decimal): -110261 or 4936190. OLE color: 4936190.
HSL color Cylindrical-coordinate representation of color #FE514B: hue angle of 2.01º 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 #FE514B is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 75 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.00 |
| HSL | 2.01º | 0.99% | 0.65% | - |
| HSV(B) | 2.01º | 0.7% | 1% | - |
| XYZ | 45.09 | 27.46 | 9.58 | - |
| YUV | 132.04 | 95.81 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 75 | 0 | 0.68 | 0.70 | 0.00 | 2.01 | 0.99 | 0.65 |
| Hex | FE | 51 | 4B | 0 | 44 | 46 | 0 | 2 | 63 | 41 |
| Octal | 376 | 121 | 113 | 0 | 104 | 106 | 0 | 2 | 143 | 101 |
| Binary | 11111110 | 1010001 | 1001011 | 0 | 1000100 | 1000110 | 0 | 10 | 1100011 | 1000001 |
Color Harmonies of #FE514B
Complementary color
Monochromatic Colors of #FE514B
Black with #FE514B
Text Example
Text Example
White with #FE514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE514B; }
p { color: rgb(254,81,75); }
H1.HeaderClassName
{
color: #FE514B;
}
.AnyTagClassName
{
color: #FE514B;
}
</style>
background-color css
<style>
a { background-color: #FE514B; }
a { background-color: rgb(254,81,75); }
div.DivClassName
{
background-color: #FE514B;
}
.BgClassName
{
background-color: #FE514B;
}
</style>
border-color css
<style>
span { border-color: #FE514B; }
span { border-color: rgb(254,81,75); }
td.TdClassName
{
border-color: #FE514B;
}
.TagClassName
{
border-color: #FE514B;
}
</style>