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