Shades of Sunset Orange #FE553F
Tints of Sunset Orange #FE553F
RGB
CMYK
RGB Variations
Color information
#FE553F (or 0xFE553F) is known color: Sunset Orange. HEX triplet: FE, 55 and 3F. RGB value is (254,85,63). Sum of RGB (Red+Green+Blue) = 254+85+63=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE553F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE553F is #01AAC0. Grayscale: #858585. Windows color (decimal): -109249 or 4150782. OLE color: 4150782.
HSL color Cylindrical-coordinate representation of color #FE553F: hue angle of 6.91º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE553F is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 63 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.00 |
| HSL | 6.91º | 0.99% | 0.62% | - |
| HSV(B) | 6.91º | 0.75% | 1% | - |
| XYZ | 45.02 | 27.93 | 7.72 | - |
| YUV | 133.02 | 88.49 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 63 | 0 | 0.67 | 0.75 | 0.00 | 6.91 | 0.99 | 0.62 |
| Hex | FE | 55 | 3F | 0 | 43 | 4B | 0 | 7 | 63 | 3E |
| Octal | 376 | 125 | 77 | 0 | 103 | 113 | 0 | 7 | 143 | 76 |
| Binary | 11111110 | 1010101 | 111111 | 0 | 1000011 | 1001011 | 0 | 111 | 1100011 | 111110 |
Color Harmonies of #FE553F
Complementary color
Monochromatic Colors of #FE553F
Black with #FE553F
Text Example
Text Example
White with #FE553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE553F; }
p { color: rgb(254,85,63); }
H1.HeaderClassName
{
color: #FE553F;
}
.AnyTagClassName
{
color: #FE553F;
}
</style>
background-color css
<style>
a { background-color: #FE553F; }
a { background-color: rgb(254,85,63); }
div.DivClassName
{
background-color: #FE553F;
}
.BgClassName
{
background-color: #FE553F;
}
</style>
border-color css
<style>
span { border-color: #FE553F; }
span { border-color: rgb(254,85,63); }
td.TdClassName
{
border-color: #FE553F;
}
.TagClassName
{
border-color: #FE553F;
}
</style>