Shades of Sunset Orange #FE553C
Tints of Sunset Orange #FE553C
RGB
CMYK
RGB Variations
Color information
#FE553C (or 0xFE553C) is known color: Sunset Orange. HEX triplet: FE, 55 and 3C. RGB value is (254,85,60). Sum of RGB (Red+Green+Blue) = 254+85+60=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE553C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE553C is #01AAC3. Grayscale: #848484. Windows color (decimal): -109252 or 3954174. OLE color: 3954174.
HSL color Cylindrical-coordinate representation of color #FE553C: hue angle of 7.73º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE553C is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 60 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.00 |
| HSL | 7.73º | 0.99% | 0.62% | - |
| HSV(B) | 7.73º | 0.76% | 1% | - |
| XYZ | 44.94 | 27.89 | 7.29 | - |
| YUV | 132.68 | 86.99 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 60 | 0 | 0.67 | 0.76 | 0.00 | 7.73 | 0.99 | 0.62 |
| Hex | FE | 55 | 3C | 0 | 43 | 4C | 0 | 8 | 63 | 3E |
| Octal | 376 | 125 | 74 | 0 | 103 | 114 | 0 | 10 | 143 | 76 |
| Binary | 11111110 | 1010101 | 111100 | 0 | 1000011 | 1001100 | 0 | 1000 | 1100011 | 111110 |
Color Harmonies of #FE553C
Complementary color
Monochromatic Colors of #FE553C
Black with #FE553C
Text Example
Text Example
White with #FE553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE553C; }
p { color: rgb(254,85,60); }
H1.HeaderClassName
{
color: #FE553C;
}
.AnyTagClassName
{
color: #FE553C;
}
</style>
background-color css
<style>
a { background-color: #FE553C; }
a { background-color: rgb(254,85,60); }
div.DivClassName
{
background-color: #FE553C;
}
.BgClassName
{
background-color: #FE553C;
}
</style>
border-color css
<style>
span { border-color: #FE553C; }
span { border-color: rgb(254,85,60); }
td.TdClassName
{
border-color: #FE553C;
}
.TagClassName
{
border-color: #FE553C;
}
</style>