Shades of Sunset Orange #FE5043
Tints of Sunset Orange #FE5043
RGB
CMYK
RGB Variations
Color information
#FE5043 (or 0xFE5043) is known color: Sunset Orange. HEX triplet: FE, 50 and 43. RGB value is (254,80,67). Sum of RGB (Red+Green+Blue) = 254+80+67=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5043 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5043 is #01AFBC. Grayscale: #828282. Windows color (decimal): -110525 or 4411646. OLE color: 4411646.
HSL color Cylindrical-coordinate representation of color #FE5043: hue angle of 4.17º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE5043 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 67 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.00 |
| HSL | 4.17º | 0.99% | 0.63% | - |
| HSV(B) | 4.17º | 0.74% | 1% | - |
| XYZ | 44.75 | 27.21 | 8.2 | - |
| YUV | 130.54 | 92.15 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 67 | 0 | 0.69 | 0.74 | 0.00 | 4.17 | 0.99 | 0.63 |
| Hex | FE | 50 | 43 | 0 | 45 | 4A | 0 | 4 | 63 | 3F |
| Octal | 376 | 120 | 103 | 0 | 105 | 112 | 0 | 4 | 143 | 77 |
| Binary | 11111110 | 1010000 | 1000011 | 0 | 1000101 | 1001010 | 0 | 100 | 1100011 | 111111 |
Color Harmonies of #FE5043
Complementary color
Monochromatic Colors of #FE5043
Black with #FE5043
Text Example
Text Example
White with #FE5043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5043; }
p { color: rgb(254,80,67); }
H1.HeaderClassName
{
color: #FE5043;
}
.AnyTagClassName
{
color: #FE5043;
}
</style>
background-color css
<style>
a { background-color: #FE5043; }
a { background-color: rgb(254,80,67); }
div.DivClassName
{
background-color: #FE5043;
}
.BgClassName
{
background-color: #FE5043;
}
</style>
border-color css
<style>
span { border-color: #FE5043; }
span { border-color: rgb(254,80,67); }
td.TdClassName
{
border-color: #FE5043;
}
.TagClassName
{
border-color: #FE5043;
}
</style>