Shades of Sunset Orange #F55133
Tints of Sunset Orange #F55133
RGB
CMYK
RGB Variations
Color information
#F55133 (or 0xF55133) is known color: Sunset Orange. HEX triplet: F5, 51 and 33. RGB value is (245,81,51). Sum of RGB (Red+Green+Blue) = 245+81+51=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F55133 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55133 is #0AAECC. Grayscale: #7E7E7E. Windows color (decimal): -700109 or 3363317. OLE color: 3363317.
HSL color Cylindrical-coordinate representation of color #F55133: hue angle of 9.28º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F55133 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 51 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.04 |
| HSL | 9.28º | 0.91% | 0.58% | - |
| HSV(B) | 9.28º | 0.79% | 0.96% | - |
| XYZ | 41.2 | 25.54 | 5.89 | - |
| YUV | 126.62 | 85.33 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 51 | 0 | 0.67 | 0.79 | 0.04 | 9.28 | 0.91 | 0.58 |
| Hex | F5 | 51 | 33 | 0 | 43 | 4F | 4 | 9 | 5B | 3A |
| Octal | 365 | 121 | 63 | 0 | 103 | 117 | 4 | 11 | 133 | 72 |
| Binary | 11110101 | 1010001 | 110011 | 0 | 1000011 | 1001111 | 100 | 1001 | 1011011 | 111010 |
Color Harmonies of #F55133
Complementary color
Monochromatic Colors of #F55133
Black with #F55133
Text Example
Text Example
White with #F55133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55133; }
p { color: rgb(245,81,51); }
H1.HeaderClassName
{
color: #F55133;
}
.AnyTagClassName
{
color: #F55133;
}
</style>
background-color css
<style>
a { background-color: #F55133; }
a { background-color: rgb(245,81,51); }
div.DivClassName
{
background-color: #F55133;
}
.BgClassName
{
background-color: #F55133;
}
</style>
border-color css
<style>
span { border-color: #F55133; }
span { border-color: rgb(245,81,51); }
td.TdClassName
{
border-color: #F55133;
}
.TagClassName
{
border-color: #F55133;
}
</style>