Shades of Sunset Orange #FE4938
Tints of Sunset Orange #FE4938
RGB
CMYK
RGB Variations
Color information
#FE4938 (or 0xFE4938) is known color: Sunset Orange. HEX triplet: FE, 49 and 38. RGB value is (254,73,56). Sum of RGB (Red+Green+Blue) = 254+73+56=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4938 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4938 is #01B6C7. Grayscale: #7D7D7D. Windows color (decimal): -112328 or 3688958. OLE color: 3688958.
HSL color Cylindrical-coordinate representation of color #FE4938: hue angle of 5.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE4938 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 56 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.00 |
| HSL | 5.15º | 0.99% | 0.61% | - |
| HSV(B) | 5.15º | 0.78% | 1% | - |
| XYZ | 43.97 | 26.12 | 6.47 | - |
| YUV | 125.18 | 88.97 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 56 | 0 | 0.71 | 0.78 | 0.00 | 5.15 | 0.99 | 0.61 |
| Hex | FE | 49 | 38 | 0 | 47 | 4E | 0 | 5 | 63 | 3D |
| Octal | 376 | 111 | 70 | 0 | 107 | 116 | 0 | 5 | 143 | 75 |
| Binary | 11111110 | 1001001 | 111000 | 0 | 1000111 | 1001110 | 0 | 101 | 1100011 | 111101 |
Color Harmonies of #FE4938
Complementary color
Monochromatic Colors of #FE4938
Black with #FE4938
Text Example
Text Example
White with #FE4938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4938; }
p { color: rgb(254,73,56); }
H1.HeaderClassName
{
color: #FE4938;
}
.AnyTagClassName
{
color: #FE4938;
}
</style>
background-color css
<style>
a { background-color: #FE4938; }
a { background-color: rgb(254,73,56); }
div.DivClassName
{
background-color: #FE4938;
}
.BgClassName
{
background-color: #FE4938;
}
</style>
border-color css
<style>
span { border-color: #FE4938; }
span { border-color: rgb(254,73,56); }
td.TdClassName
{
border-color: #FE4938;
}
.TagClassName
{
border-color: #FE4938;
}
</style>