Shades of Sunset Orange #FE534F
Tints of Sunset Orange #FE534F
RGB
CMYK
RGB Variations
Color information
#FE534F (or 0xFE534F) is known color: Sunset Orange. HEX triplet: FE, 53 and 4F. RGB value is (254,83,79). Sum of RGB (Red+Green+Blue) = 254+83+79=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE534F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE534F is #01ACB0. Grayscale: #858585. Windows color (decimal): -109745 or 5198846. OLE color: 5198846.
HSL color Cylindrical-coordinate representation of color #FE534F: hue angle of 1.37º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE534F is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 79 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.00 |
| HSL | 1.37º | 0.99% | 0.65% | - |
| HSV(B) | 1.37º | 0.69% | 1% | - |
| XYZ | 45.38 | 27.82 | 10.38 | - |
| YUV | 133.67 | 97.15 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 79 | 0 | 0.67 | 0.69 | 0.00 | 1.37 | 0.99 | 0.65 |
| Hex | FE | 53 | 4F | 0 | 43 | 45 | 0 | 1 | 63 | 41 |
| Octal | 376 | 123 | 117 | 0 | 103 | 105 | 0 | 1 | 143 | 101 |
| Binary | 11111110 | 1010011 | 1001111 | 0 | 1000011 | 1000101 | 0 | 1 | 1100011 | 1000001 |
Color Harmonies of #FE534F
Complementary color
Monochromatic Colors of #FE534F
Black with #FE534F
Text Example
Text Example
White with #FE534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE534F; }
p { color: rgb(254,83,79); }
H1.HeaderClassName
{
color: #FE534F;
}
.AnyTagClassName
{
color: #FE534F;
}
</style>
background-color css
<style>
a { background-color: #FE534F; }
a { background-color: rgb(254,83,79); }
div.DivClassName
{
background-color: #FE534F;
}
.BgClassName
{
background-color: #FE534F;
}
</style>
border-color css
<style>
span { border-color: #FE534F; }
span { border-color: rgb(254,83,79); }
td.TdClassName
{
border-color: #FE534F;
}
.TagClassName
{
border-color: #FE534F;
}
</style>