Shades of Sunset Orange #FE533B
Tints of Sunset Orange #FE533B
RGB
CMYK
RGB Variations
Color information
#FE533B (or 0xFE533B) is known color: Sunset Orange. HEX triplet: FE, 53 and 3B. RGB value is (254,83,59). Sum of RGB (Red+Green+Blue) = 254+83+59=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE533B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE533B is #01ACC4. Grayscale: #838383. Windows color (decimal): -109765 or 3888126. OLE color: 3888126.
HSL color Cylindrical-coordinate representation of color #FE533B: hue angle of 7.38º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE533B is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 59 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.00 |
| HSL | 7.38º | 0.99% | 0.61% | - |
| HSV(B) | 7.38º | 0.77% | 1% | - |
| XYZ | 44.76 | 27.57 | 7.1 | - |
| YUV | 131.39 | 87.15 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 59 | 0 | 0.67 | 0.77 | 0.00 | 7.38 | 0.99 | 0.61 |
| Hex | FE | 53 | 3B | 0 | 43 | 4D | 0 | 7 | 63 | 3D |
| Octal | 376 | 123 | 73 | 0 | 103 | 115 | 0 | 7 | 143 | 75 |
| Binary | 11111110 | 1010011 | 111011 | 0 | 1000011 | 1001101 | 0 | 111 | 1100011 | 111101 |
Color Harmonies of #FE533B
Complementary color
Monochromatic Colors of #FE533B
Black with #FE533B
Text Example
Text Example
White with #FE533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE533B; }
p { color: rgb(254,83,59); }
H1.HeaderClassName
{
color: #FE533B;
}
.AnyTagClassName
{
color: #FE533B;
}
</style>
background-color css
<style>
a { background-color: #FE533B; }
a { background-color: rgb(254,83,59); }
div.DivClassName
{
background-color: #FE533B;
}
.BgClassName
{
background-color: #FE533B;
}
</style>
border-color css
<style>
span { border-color: #FE533B; }
span { border-color: rgb(254,83,59); }
td.TdClassName
{
border-color: #FE533B;
}
.TagClassName
{
border-color: #FE533B;
}
</style>