Shades of Sunset Orange #F55238
Tints of Sunset Orange #F55238
RGB
CMYK
RGB Variations
Color information
#F55238 (or 0xF55238) is known color: Sunset Orange. HEX triplet: F5, 52 and 38. RGB value is (245,82,56). Sum of RGB (Red+Green+Blue) = 245+82+56=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F55238 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55238 is #0AADC7. Grayscale: #808080. Windows color (decimal): -699848 or 3691253. OLE color: 3691253.
HSL color Cylindrical-coordinate representation of color #F55238: hue angle of 8.25º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F55238 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 56 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.04 |
| HSL | 8.25º | 0.9% | 0.59% | - |
| HSV(B) | 8.25º | 0.77% | 0.96% | - |
| XYZ | 41.39 | 25.73 | 6.53 | - |
| YUV | 127.77 | 87.5 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 56 | 0 | 0.67 | 0.77 | 0.04 | 8.25 | 0.9 | 0.59 |
| Hex | F5 | 52 | 38 | 0 | 43 | 4D | 4 | 8 | 5A | 3B |
| Octal | 365 | 122 | 70 | 0 | 103 | 115 | 4 | 10 | 132 | 73 |
| Binary | 11110101 | 1010010 | 111000 | 0 | 1000011 | 1001101 | 100 | 1000 | 1011010 | 111011 |
Color Harmonies of #F55238
Complementary color
Monochromatic Colors of #F55238
Black with #F55238
Text Example
Text Example
White with #F55238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55238; }
p { color: rgb(245,82,56); }
H1.HeaderClassName
{
color: #F55238;
}
.AnyTagClassName
{
color: #F55238;
}
</style>
background-color css
<style>
a { background-color: #F55238; }
a { background-color: rgb(245,82,56); }
div.DivClassName
{
background-color: #F55238;
}
.BgClassName
{
background-color: #F55238;
}
</style>
border-color css
<style>
span { border-color: #F55238; }
span { border-color: rgb(245,82,56); }
td.TdClassName
{
border-color: #F55238;
}
.TagClassName
{
border-color: #F55238;
}
</style>