Shades of Sunset Orange #FE4D4B
Tints of Sunset Orange #FE4D4B
RGB
CMYK
RGB Variations
Color information
#FE4D4B (or 0xFE4D4B) is known color: Sunset Orange. HEX triplet: FE, 4D and 4B. RGB value is (254,77,75). Sum of RGB (Red+Green+Blue) = 254+77+75=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4D4B is #01B2B4. Grayscale: #818181. Windows color (decimal): -111285 or 4935166. OLE color: 4935166.
HSL color Cylindrical-coordinate representation of color #FE4D4B: hue angle of 0.67º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4D4B is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 75 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.00 |
| HSL | 0.67º | 0.99% | 0.65% | - |
| HSV(B) | 0.67º | 0.7% | 1% | - |
| XYZ | 44.8 | 26.89 | 9.49 | - |
| YUV | 129.7 | 97.14 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 75 | 0 | 0.70 | 0.70 | 0.00 | 0.67 | 0.99 | 0.65 |
| Hex | FE | 4D | 4B | 0 | 46 | 46 | 0 | 1 | 63 | 41 |
| Octal | 376 | 115 | 113 | 0 | 106 | 106 | 0 | 1 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1001011 | 0 | 1000110 | 1000110 | 0 | 1 | 1100011 | 1000001 |
Color Harmonies of #FE4D4B
Complementary color
Monochromatic Colors of #FE4D4B
Black with #FE4D4B
Text Example
Text Example
White with #FE4D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D4B; }
p { color: rgb(254,77,75); }
H1.HeaderClassName
{
color: #FE4D4B;
}
.AnyTagClassName
{
color: #FE4D4B;
}
</style>
background-color css
<style>
a { background-color: #FE4D4B; }
a { background-color: rgb(254,77,75); }
div.DivClassName
{
background-color: #FE4D4B;
}
.BgClassName
{
background-color: #FE4D4B;
}
</style>
border-color css
<style>
span { border-color: #FE4D4B; }
span { border-color: rgb(254,77,75); }
td.TdClassName
{
border-color: #FE4D4B;
}
.TagClassName
{
border-color: #FE4D4B;
}
</style>