Shades of Sunset Orange #FE513B
Tints of Sunset Orange #FE513B
RGB
CMYK
RGB Variations
Color information
#FE513B (or 0xFE513B) is known color: Sunset Orange. HEX triplet: FE, 51 and 3B. RGB value is (254,81,59). Sum of RGB (Red+Green+Blue) = 254+81+59=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE513B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE513B is #01AEC4. Grayscale: #828282. Windows color (decimal): -110277 or 3887614. OLE color: 3887614.
HSL color Cylindrical-coordinate representation of color #FE513B: hue angle of 6.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE513B is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 59 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.00 |
| HSL | 6.77º | 0.99% | 0.61% | - |
| HSV(B) | 6.77º | 0.77% | 1% | - |
| XYZ | 44.6 | 27.27 | 7.05 | - |
| YUV | 130.22 | 87.81 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 59 | 0 | 0.68 | 0.77 | 0.00 | 6.77 | 0.99 | 0.61 |
| Hex | FE | 51 | 3B | 0 | 44 | 4D | 0 | 7 | 63 | 3D |
| Octal | 376 | 121 | 73 | 0 | 104 | 115 | 0 | 7 | 143 | 75 |
| Binary | 11111110 | 1010001 | 111011 | 0 | 1000100 | 1001101 | 0 | 111 | 1100011 | 111101 |
Color Harmonies of #FE513B
Complementary color
Monochromatic Colors of #FE513B
Black with #FE513B
Text Example
Text Example
White with #FE513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE513B; }
p { color: rgb(254,81,59); }
H1.HeaderClassName
{
color: #FE513B;
}
.AnyTagClassName
{
color: #FE513B;
}
</style>
background-color css
<style>
a { background-color: #FE513B; }
a { background-color: rgb(254,81,59); }
div.DivClassName
{
background-color: #FE513B;
}
.BgClassName
{
background-color: #FE513B;
}
</style>
border-color css
<style>
span { border-color: #FE513B; }
span { border-color: rgb(254,81,59); }
td.TdClassName
{
border-color: #FE513B;
}
.TagClassName
{
border-color: #FE513B;
}
</style>