Shades of Sunset Orange #F8554D
Tints of Sunset Orange #F8554D
RGB
CMYK
RGB Variations
Color information
#F8554D (or 0xF8554D) is known color: Sunset Orange. HEX triplet: F8, 55 and 4D. RGB value is (248,85,77). Sum of RGB (Red+Green+Blue) = 248+85+77=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F8554D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8554D is #07AAB2. Grayscale: #858585. Windows color (decimal): -502451 or 5068280. OLE color: 5068280.
HSL color Cylindrical-coordinate representation of color #F8554D: hue angle of 2.81º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8554D is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 77 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.03 |
| HSL | 2.81º | 0.92% | 0.64% | - |
| HSV(B) | 2.81º | 0.69% | 0.97% | - |
| XYZ | 43.3 | 26.99 | 9.95 | - |
| YUV | 132.83 | 96.5 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 77 | 0 | 0.66 | 0.69 | 0.03 | 2.81 | 0.92 | 0.64 |
| Hex | F8 | 55 | 4D | 0 | 42 | 45 | 3 | 3 | 5C | 40 |
| Octal | 370 | 125 | 115 | 0 | 102 | 105 | 3 | 3 | 134 | 100 |
| Binary | 11111000 | 1010101 | 1001101 | 0 | 1000010 | 1000101 | 11 | 11 | 1011100 | 1000000 |
Color Harmonies of #F8554D
Complementary color
Monochromatic Colors of #F8554D
Black with #F8554D
Text Example
Text Example
White with #F8554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8554D; }
p { color: rgb(248,85,77); }
H1.HeaderClassName
{
color: #F8554D;
}
.AnyTagClassName
{
color: #F8554D;
}
</style>
background-color css
<style>
a { background-color: #F8554D; }
a { background-color: rgb(248,85,77); }
div.DivClassName
{
background-color: #F8554D;
}
.BgClassName
{
background-color: #F8554D;
}
</style>
border-color css
<style>
span { border-color: #F8554D; }
span { border-color: rgb(248,85,77); }
td.TdClassName
{
border-color: #F8554D;
}
.TagClassName
{
border-color: #F8554D;
}
</style>