Shades of Sunset Orange #FE533F
Tints of Sunset Orange #FE533F
RGB
CMYK
RGB Variations
Color information
#FE533F (or 0xFE533F) is known color: Sunset Orange. HEX triplet: FE, 53 and 3F. RGB value is (254,83,63). Sum of RGB (Red+Green+Blue) = 254+83+63=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE533F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE533F is #01ACC0. Grayscale: #848484. Windows color (decimal): -109761 or 4150270. OLE color: 4150270.
HSL color Cylindrical-coordinate representation of color #FE533F: hue angle of 6.28º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE533F is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 63 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.00 |
| HSL | 6.28º | 0.99% | 0.62% | - |
| HSV(B) | 6.28º | 0.75% | 1% | - |
| XYZ | 44.86 | 27.62 | 7.67 | - |
| YUV | 131.85 | 89.15 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 63 | 0 | 0.67 | 0.75 | 0.00 | 6.28 | 0.99 | 0.62 |
| Hex | FE | 53 | 3F | 0 | 43 | 4B | 0 | 6 | 63 | 3E |
| Octal | 376 | 123 | 77 | 0 | 103 | 113 | 0 | 6 | 143 | 76 |
| Binary | 11111110 | 1010011 | 111111 | 0 | 1000011 | 1001011 | 0 | 110 | 1100011 | 111110 |
Color Harmonies of #FE533F
Complementary color
Monochromatic Colors of #FE533F
Black with #FE533F
Text Example
Text Example
White with #FE533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE533F; }
p { color: rgb(254,83,63); }
H1.HeaderClassName
{
color: #FE533F;
}
.AnyTagClassName
{
color: #FE533F;
}
</style>
background-color css
<style>
a { background-color: #FE533F; }
a { background-color: rgb(254,83,63); }
div.DivClassName
{
background-color: #FE533F;
}
.BgClassName
{
background-color: #FE533F;
}
</style>
border-color css
<style>
span { border-color: #FE533F; }
span { border-color: rgb(254,83,63); }
td.TdClassName
{
border-color: #FE533F;
}
.TagClassName
{
border-color: #FE533F;
}
</style>