Shades of Sunset Orange #FE5453
Tints of Sunset Orange #FE5453
RGB
CMYK
RGB Variations
Color information
#FE5453 (or 0xFE5453) is known color: Sunset Orange. HEX triplet: FE, 54 and 53. RGB value is (254,84,83). Sum of RGB (Red+Green+Blue) = 254+84+83=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5453 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5453 is #01ABAC. Grayscale: #868686. Windows color (decimal): -109485 or 5461246. OLE color: 5461246.
HSL color Cylindrical-coordinate representation of color #FE5453: hue angle of 0.35º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5453 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 83 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.00 |
| HSL | 0.35º | 0.99% | 0.66% | - |
| HSV(B) | 0.35º | 0.67% | 1% | - |
| XYZ | 45.6 | 28.04 | 11.19 | - |
| YUV | 134.72 | 98.82 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 83 | 0 | 0.67 | 0.67 | 0.00 | 0.35 | 0.99 | 0.66 |
| Hex | FE | 54 | 53 | 0 | 43 | 43 | 0 | 0 | 63 | 42 |
| Octal | 376 | 124 | 123 | 0 | 103 | 103 | 0 | 0 | 143 | 102 |
| Binary | 11111110 | 1010100 | 1010011 | 0 | 1000011 | 1000011 | 0 | 0 | 1100011 | 1000010 |
Color Harmonies of #FE5453
Complementary color
Monochromatic Colors of #FE5453
Black with #FE5453
Text Example
Text Example
White with #FE5453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5453; }
p { color: rgb(254,84,83); }
H1.HeaderClassName
{
color: #FE5453;
}
.AnyTagClassName
{
color: #FE5453;
}
</style>
background-color css
<style>
a { background-color: #FE5453; }
a { background-color: rgb(254,84,83); }
div.DivClassName
{
background-color: #FE5453;
}
.BgClassName
{
background-color: #FE5453;
}
</style>
border-color css
<style>
span { border-color: #FE5453; }
span { border-color: rgb(254,84,83); }
td.TdClassName
{
border-color: #FE5453;
}
.TagClassName
{
border-color: #FE5453;
}
</style>