Shades of Sunset Orange #FE533E
Tints of Sunset Orange #FE533E
RGB
CMYK
RGB Variations
Color information
#FE533E (or 0xFE533E) is known color: Sunset Orange. HEX triplet: FE, 53 and 3E. RGB value is (254,83,62). Sum of RGB (Red+Green+Blue) = 254+83+62=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE533E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE533E is #01ACC1. Grayscale: #838383. Windows color (decimal): -109762 or 4084734. OLE color: 4084734.
HSL color Cylindrical-coordinate representation of color #FE533E: hue angle of 6.56º 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 #FE533E is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 62 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.00 |
| HSL | 6.56º | 0.99% | 0.62% | - |
| HSV(B) | 6.56º | 0.76% | 1% | - |
| XYZ | 44.84 | 27.61 | 7.52 | - |
| YUV | 131.74 | 88.65 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 62 | 0 | 0.67 | 0.76 | 0.00 | 6.56 | 0.99 | 0.62 |
| Hex | FE | 53 | 3E | 0 | 43 | 4C | 0 | 7 | 63 | 3E |
| Octal | 376 | 123 | 76 | 0 | 103 | 114 | 0 | 7 | 143 | 76 |
| Binary | 11111110 | 1010011 | 111110 | 0 | 1000011 | 1001100 | 0 | 111 | 1100011 | 111110 |
Color Harmonies of #FE533E
Complementary color
Monochromatic Colors of #FE533E
Black with #FE533E
Text Example
Text Example
White with #FE533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE533E; }
p { color: rgb(254,83,62); }
H1.HeaderClassName
{
color: #FE533E;
}
.AnyTagClassName
{
color: #FE533E;
}
</style>
background-color css
<style>
a { background-color: #FE533E; }
a { background-color: rgb(254,83,62); }
div.DivClassName
{
background-color: #FE533E;
}
.BgClassName
{
background-color: #FE533E;
}
</style>
border-color css
<style>
span { border-color: #FE533E; }
span { border-color: rgb(254,83,62); }
td.TdClassName
{
border-color: #FE533E;
}
.TagClassName
{
border-color: #FE533E;
}
</style>