Shades of Sunset Orange #F0554D
Tints of Sunset Orange #F0554D
RGB
CMYK
RGB Variations
Color information
#F0554D (or 0xF0554D) is known color: Sunset Orange. HEX triplet: F0, 55 and 4D. RGB value is (240,85,77). Sum of RGB (Red+Green+Blue) = 240+85+77=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F0554D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0554D is #0FAAB2. Grayscale: #828282. Windows color (decimal): -1026739 or 5068272. OLE color: 5068272.
HSL color Cylindrical-coordinate representation of color #F0554D: hue angle of 2.94º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0554D is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 77 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.06 |
| HSL | 2.94º | 0.84% | 0.62% | - |
| HSV(B) | 2.94º | 0.68% | 0.94% | - |
| XYZ | 40.52 | 25.56 | 9.82 | - |
| YUV | 130.43 | 97.85 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 77 | 0 | 0.65 | 0.68 | 0.06 | 2.94 | 0.84 | 0.62 |
| Hex | F0 | 55 | 4D | 0 | 41 | 44 | 6 | 3 | 54 | 3E |
| Octal | 360 | 125 | 115 | 0 | 101 | 104 | 6 | 3 | 124 | 76 |
| Binary | 11110000 | 1010101 | 1001101 | 0 | 1000001 | 1000100 | 110 | 11 | 1010100 | 111110 |
Color Harmonies of #F0554D
Complementary color
Monochromatic Colors of #F0554D
Black with #F0554D
Text Example
Text Example
White with #F0554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0554D; }
p { color: rgb(240,85,77); }
H1.HeaderClassName
{
color: #F0554D;
}
.AnyTagClassName
{
color: #F0554D;
}
</style>
background-color css
<style>
a { background-color: #F0554D; }
a { background-color: rgb(240,85,77); }
div.DivClassName
{
background-color: #F0554D;
}
.BgClassName
{
background-color: #F0554D;
}
</style>
border-color css
<style>
span { border-color: #F0554D; }
span { border-color: rgb(240,85,77); }
td.TdClassName
{
border-color: #F0554D;
}
.TagClassName
{
border-color: #F0554D;
}
</style>