Shades of Sunset Orange #FE4B40
Tints of Sunset Orange #FE4B40
RGB
CMYK
RGB Variations
Color information
#FE4B40 (or 0xFE4B40) is known color: Sunset Orange. HEX triplet: FE, 4B and 40. RGB value is (254,75,64). Sum of RGB (Red+Green+Blue) = 254+75+64=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4B40 is #01B4BF. Grayscale: #7F7F7F. Windows color (decimal): -111808 or 4213758. OLE color: 4213758.
HSL color Cylindrical-coordinate representation of color #FE4B40: hue angle of 3.47º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE4B40 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 64 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.00 |
| HSL | 3.47º | 0.99% | 0.62% | - |
| HSV(B) | 3.47º | 0.75% | 1% | - |
| XYZ | 44.31 | 26.47 | 7.62 | - |
| YUV | 127.27 | 92.3 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 64 | 0 | 0.70 | 0.75 | 0.00 | 3.47 | 0.99 | 0.62 |
| Hex | FE | 4B | 40 | 0 | 46 | 4B | 0 | 3 | 63 | 3E |
| Octal | 376 | 113 | 100 | 0 | 106 | 113 | 0 | 3 | 143 | 76 |
| Binary | 11111110 | 1001011 | 1000000 | 0 | 1000110 | 1001011 | 0 | 11 | 1100011 | 111110 |
Color Harmonies of #FE4B40
Complementary color
Monochromatic Colors of #FE4B40
Black with #FE4B40
Text Example
Text Example
White with #FE4B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B40; }
p { color: rgb(254,75,64); }
H1.HeaderClassName
{
color: #FE4B40;
}
.AnyTagClassName
{
color: #FE4B40;
}
</style>
background-color css
<style>
a { background-color: #FE4B40; }
a { background-color: rgb(254,75,64); }
div.DivClassName
{
background-color: #FE4B40;
}
.BgClassName
{
background-color: #FE4B40;
}
</style>
border-color css
<style>
span { border-color: #FE4B40; }
span { border-color: rgb(254,75,64); }
td.TdClassName
{
border-color: #FE4B40;
}
.TagClassName
{
border-color: #FE4B40;
}
</style>