Shades of Sunset Orange #FE473B
Tints of Sunset Orange #FE473B
RGB
CMYK
RGB Variations
Color information
#FE473B (or 0xFE473B) is known color: Sunset Orange. HEX triplet: FE, 47 and 3B. RGB value is (254,71,59). Sum of RGB (Red+Green+Blue) = 254+71+59=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE473B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE473B is #01B8C4. Grayscale: #7C7C7C. Windows color (decimal): -112837 or 3885054. OLE color: 3885054.
HSL color Cylindrical-coordinate representation of color #FE473B: hue angle of 3.69º 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 #FE473B is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 59 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.00 |
| HSL | 3.69º | 0.99% | 0.61% | - |
| HSV(B) | 3.69º | 0.77% | 1% | - |
| XYZ | 43.92 | 25.89 | 6.82 | - |
| YUV | 124.35 | 91.13 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 59 | 0 | 0.72 | 0.77 | 0.00 | 3.69 | 0.99 | 0.61 |
| Hex | FE | 47 | 3B | 0 | 48 | 4D | 0 | 4 | 63 | 3D |
| Octal | 376 | 107 | 73 | 0 | 110 | 115 | 0 | 4 | 143 | 75 |
| Binary | 11111110 | 1000111 | 111011 | 0 | 1001000 | 1001101 | 0 | 100 | 1100011 | 111101 |
Color Harmonies of #FE473B
Complementary color
Monochromatic Colors of #FE473B
Black with #FE473B
Text Example
Text Example
White with #FE473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE473B; }
p { color: rgb(254,71,59); }
H1.HeaderClassName
{
color: #FE473B;
}
.AnyTagClassName
{
color: #FE473B;
}
</style>
background-color css
<style>
a { background-color: #FE473B; }
a { background-color: rgb(254,71,59); }
div.DivClassName
{
background-color: #FE473B;
}
.BgClassName
{
background-color: #FE473B;
}
</style>
border-color css
<style>
span { border-color: #FE473B; }
span { border-color: rgb(254,71,59); }
td.TdClassName
{
border-color: #FE473B;
}
.TagClassName
{
border-color: #FE473B;
}
</style>