Shades of Sunset Orange #FE4D4D
Tints of Sunset Orange #FE4D4D
RGB
CMYK
RGB Variations
Color information
#FE4D4D (or 0xFE4D4D) is known color: Sunset Orange. HEX triplet: FE, 4D and 4D. RGB value is (254,77,77). Sum of RGB (Red+Green+Blue) = 254+77+77=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D4D is #01B2B2. Grayscale: #828282. Windows color (decimal): -111283 or 5066238. OLE color: 5066238.
HSL color Cylindrical-coordinate representation of color #FE4D4D: hue angle of 0º 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 #FE4D4D is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 77 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.00 |
| HSL | 0º | 0.99% | 0.65% | - |
| HSV(B) | 0º | 0.7% | 1% | - |
| XYZ | 44.87 | 26.91 | 9.85 | - |
| YUV | 129.92 | 98.14 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 77 | 0 | 0.70 | 0.70 | 0.00 | 0 | 0.99 | 0.65 |
| Hex | FE | 4D | 4D | 0 | 46 | 46 | 0 | 0 | 63 | 41 |
| Octal | 376 | 115 | 115 | 0 | 106 | 106 | 0 | 0 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1001101 | 0 | 1000110 | 1000110 | 0 | 0 | 1100011 | 1000001 |
Color Harmonies of #FE4D4D
Complementary color
Monochromatic Colors of #FE4D4D
Black with #FE4D4D
Text Example
Text Example
White with #FE4D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D4D; }
p { color: rgb(254,77,77); }
H1.HeaderClassName
{
color: #FE4D4D;
}
.AnyTagClassName
{
color: #FE4D4D;
}
</style>
background-color css
<style>
a { background-color: #FE4D4D; }
a { background-color: rgb(254,77,77); }
div.DivClassName
{
background-color: #FE4D4D;
}
.BgClassName
{
background-color: #FE4D4D;
}
</style>
border-color css
<style>
span { border-color: #FE4D4D; }
span { border-color: rgb(254,77,77); }
td.TdClassName
{
border-color: #FE4D4D;
}
.TagClassName
{
border-color: #FE4D4D;
}
</style>