Shades of Sunset Orange #FE564B
Tints of Sunset Orange #FE564B
RGB
CMYK
RGB Variations
Color information
#FE564B (or 0xFE564B) is known color: Sunset Orange. HEX triplet: FE, 56 and 4B. RGB value is (254,86,75). Sum of RGB (Red+Green+Blue) = 254+86+75=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE564B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE564B is #01A9B4. Grayscale: #878787. Windows color (decimal): -108981 or 4937470. OLE color: 4937470.
HSL color Cylindrical-coordinate representation of color #FE564B: hue angle of 3.69º 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 #FE564B is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 75 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.00 |
| HSL | 3.69º | 0.99% | 0.65% | - |
| HSV(B) | 3.69º | 0.7% | 1% | - |
| XYZ | 45.47 | 28.23 | 9.71 | - |
| YUV | 134.98 | 94.16 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 75 | 0 | 0.66 | 0.70 | 0.00 | 3.69 | 0.99 | 0.65 |
| Hex | FE | 56 | 4B | 0 | 42 | 46 | 0 | 4 | 63 | 41 |
| Octal | 376 | 126 | 113 | 0 | 102 | 106 | 0 | 4 | 143 | 101 |
| Binary | 11111110 | 1010110 | 1001011 | 0 | 1000010 | 1000110 | 0 | 100 | 1100011 | 1000001 |
Color Harmonies of #FE564B
Complementary color
Monochromatic Colors of #FE564B
Black with #FE564B
Text Example
Text Example
White with #FE564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE564B; }
p { color: rgb(254,86,75); }
H1.HeaderClassName
{
color: #FE564B;
}
.AnyTagClassName
{
color: #FE564B;
}
</style>
background-color css
<style>
a { background-color: #FE564B; }
a { background-color: rgb(254,86,75); }
div.DivClassName
{
background-color: #FE564B;
}
.BgClassName
{
background-color: #FE564B;
}
</style>
border-color css
<style>
span { border-color: #FE564B; }
span { border-color: rgb(254,86,75); }
td.TdClassName
{
border-color: #FE564B;
}
.TagClassName
{
border-color: #FE564B;
}
</style>