Shades of Sunset Orange #F55338
Tints of Sunset Orange #F55338
RGB
CMYK
RGB Variations
Color information
#F55338 (or 0xF55338) is known color: Sunset Orange. HEX triplet: F5, 53 and 38. RGB value is (245,83,56). Sum of RGB (Red+Green+Blue) = 245+83+56=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F55338 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55338 is #0AACC7. Grayscale: #808080. Windows color (decimal): -699592 or 3691509. OLE color: 3691509.
HSL color Cylindrical-coordinate representation of color #F55338: hue angle of 8.57º 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 #F55338 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 56 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.04 |
| HSL | 8.57º | 0.9% | 0.59% | - |
| HSV(B) | 8.57º | 0.77% | 0.96% | - |
| XYZ | 41.46 | 25.88 | 6.55 | - |
| YUV | 128.36 | 87.17 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 56 | 0 | 0.66 | 0.77 | 0.04 | 8.57 | 0.9 | 0.59 |
| Hex | F5 | 53 | 38 | 0 | 42 | 4D | 4 | 9 | 5A | 3B |
| Octal | 365 | 123 | 70 | 0 | 102 | 115 | 4 | 11 | 132 | 73 |
| Binary | 11110101 | 1010011 | 111000 | 0 | 1000010 | 1001101 | 100 | 1001 | 1011010 | 111011 |
Color Harmonies of #F55338
Complementary color
Monochromatic Colors of #F55338
Black with #F55338
Text Example
Text Example
White with #F55338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55338; }
p { color: rgb(245,83,56); }
H1.HeaderClassName
{
color: #F55338;
}
.AnyTagClassName
{
color: #F55338;
}
</style>
background-color css
<style>
a { background-color: #F55338; }
a { background-color: rgb(245,83,56); }
div.DivClassName
{
background-color: #F55338;
}
.BgClassName
{
background-color: #F55338;
}
</style>
border-color css
<style>
span { border-color: #F55338; }
span { border-color: rgb(245,83,56); }
td.TdClassName
{
border-color: #F55338;
}
.TagClassName
{
border-color: #F55338;
}
</style>