Shades of Sunset Orange #FE504F
Tints of Sunset Orange #FE504F
RGB
CMYK
RGB Variations
Color information
#FE504F (or 0xFE504F) is known color: Sunset Orange. HEX triplet: FE, 50 and 4F. RGB value is (254,80,79). Sum of RGB (Red+Green+Blue) = 254+80+79=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE504F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE504F is #01AFB0. Grayscale: #848484. Windows color (decimal): -110513 or 5198078. OLE color: 5198078.
HSL color Cylindrical-coordinate representation of color #FE504F: hue angle of 0.34º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE504F is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 79 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.00 |
| HSL | 0.34º | 0.99% | 0.65% | - |
| HSV(B) | 0.34º | 0.69% | 1% | - |
| XYZ | 45.15 | 27.37 | 10.3 | - |
| YUV | 131.91 | 98.15 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 79 | 0 | 0.69 | 0.69 | 0.00 | 0.34 | 0.99 | 0.65 |
| Hex | FE | 50 | 4F | 0 | 45 | 45 | 0 | 0 | 63 | 41 |
| Octal | 376 | 120 | 117 | 0 | 105 | 105 | 0 | 0 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1001111 | 0 | 1000101 | 1000101 | 0 | 0 | 1100011 | 1000001 |
Color Harmonies of #FE504F
Complementary color
Monochromatic Colors of #FE504F
Black with #FE504F
Text Example
Text Example
White with #FE504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE504F; }
p { color: rgb(254,80,79); }
H1.HeaderClassName
{
color: #FE504F;
}
.AnyTagClassName
{
color: #FE504F;
}
</style>
background-color css
<style>
a { background-color: #FE504F; }
a { background-color: rgb(254,80,79); }
div.DivClassName
{
background-color: #FE504F;
}
.BgClassName
{
background-color: #FE504F;
}
</style>
border-color css
<style>
span { border-color: #FE504F; }
span { border-color: rgb(254,80,79); }
td.TdClassName
{
border-color: #FE504F;
}
.TagClassName
{
border-color: #FE504F;
}
</style>