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