Shades of Sunset Orange #FE4D34
Tints of Sunset Orange #FE4D34
RGB
CMYK
RGB Variations
Color information
#FE4D34 (or 0xFE4D34) is known color: Sunset Orange. HEX triplet: FE, 4D and 34. RGB value is (254,77,52). Sum of RGB (Red+Green+Blue) = 254+77+52=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4D34 is #01B2CB. Grayscale: #7F7F7F. Windows color (decimal): -111308 or 3427838. OLE color: 3427838.
HSL color Cylindrical-coordinate representation of color #FE4D34: hue angle of 7.43º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE4D34 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 52 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.00 |
| HSL | 7.43º | 0.99% | 0.6% | - |
| HSV(B) | 7.43º | 0.8% | 1% | - |
| XYZ | 44.15 | 26.63 | 6.06 | - |
| YUV | 127.07 | 85.64 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 52 | 0 | 0.70 | 0.80 | 0.00 | 7.43 | 0.99 | 0.6 |
| Hex | FE | 4D | 34 | 0 | 46 | 50 | 0 | 7 | 63 | 3C |
| Octal | 376 | 115 | 64 | 0 | 106 | 120 | 0 | 7 | 143 | 74 |
| Binary | 11111110 | 1001101 | 110100 | 0 | 1000110 | 1010000 | 0 | 111 | 1100011 | 111100 |
Color Harmonies of #FE4D34
Complementary color
Monochromatic Colors of #FE4D34
Black with #FE4D34
Text Example
Text Example
White with #FE4D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D34; }
p { color: rgb(254,77,52); }
H1.HeaderClassName
{
color: #FE4D34;
}
.AnyTagClassName
{
color: #FE4D34;
}
</style>
background-color css
<style>
a { background-color: #FE4D34; }
a { background-color: rgb(254,77,52); }
div.DivClassName
{
background-color: #FE4D34;
}
.BgClassName
{
background-color: #FE4D34;
}
</style>
border-color css
<style>
span { border-color: #FE4D34; }
span { border-color: rgb(254,77,52); }
td.TdClassName
{
border-color: #FE4D34;
}
.TagClassName
{
border-color: #FE4D34;
}
</style>