Shades of Sunset Orange #F0553D
Tints of Sunset Orange #F0553D
RGB
CMYK
RGB Variations
Color information
#F0553D (or 0xF0553D) is known color: Sunset Orange. HEX triplet: F0, 55 and 3D. RGB value is (240,85,61). Sum of RGB (Red+Green+Blue) = 240+85+61=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0553D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0553D is #0FAAC2. Grayscale: #808080. Windows color (decimal): -1026755 or 4019696. OLE color: 4019696.
HSL color Cylindrical-coordinate representation of color #F0553D: hue angle of 8.04º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0553D is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 61 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.06 |
| HSL | 8.04º | 0.86% | 0.59% | - |
| HSV(B) | 8.04º | 0.75% | 0.94% | - |
| XYZ | 40.03 | 25.36 | 7.2 | - |
| YUV | 128.61 | 89.85 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 61 | 0 | 0.65 | 0.75 | 0.06 | 8.04 | 0.86 | 0.59 |
| Hex | F0 | 55 | 3D | 0 | 41 | 4B | 6 | 8 | 56 | 3B |
| Octal | 360 | 125 | 75 | 0 | 101 | 113 | 6 | 10 | 126 | 73 |
| Binary | 11110000 | 1010101 | 111101 | 0 | 1000001 | 1001011 | 110 | 1000 | 1010110 | 111011 |
Color Harmonies of #F0553D
Complementary color
Monochromatic Colors of #F0553D
Black with #F0553D
Text Example
Text Example
White with #F0553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0553D; }
p { color: rgb(240,85,61); }
H1.HeaderClassName
{
color: #F0553D;
}
.AnyTagClassName
{
color: #F0553D;
}
</style>
background-color css
<style>
a { background-color: #F0553D; }
a { background-color: rgb(240,85,61); }
div.DivClassName
{
background-color: #F0553D;
}
.BgClassName
{
background-color: #F0553D;
}
</style>
border-color css
<style>
span { border-color: #F0553D; }
span { border-color: rgb(240,85,61); }
td.TdClassName
{
border-color: #F0553D;
}
.TagClassName
{
border-color: #F0553D;
}
</style>