Shades of Sunset Orange #F55134
Tints of Sunset Orange #F55134
RGB
CMYK
RGB Variations
Color information
#F55134 (or 0xF55134) is known color: Sunset Orange. HEX triplet: F5, 51 and 34. RGB value is (245,81,52). Sum of RGB (Red+Green+Blue) = 245+81+52=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F55134 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55134 is #0AAECB. Grayscale: #7F7F7F. Windows color (decimal): -700108 or 3428853. OLE color: 3428853.
HSL color Cylindrical-coordinate representation of color #F55134: hue angle of 9.02º 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 #F55134 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 52 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.04 |
| HSL | 9.02º | 0.91% | 0.58% | - |
| HSV(B) | 9.02º | 0.79% | 0.96% | - |
| XYZ | 41.22 | 25.55 | 6.01 | - |
| YUV | 126.73 | 85.83 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 52 | 0 | 0.67 | 0.79 | 0.04 | 9.02 | 0.91 | 0.58 |
| Hex | F5 | 51 | 34 | 0 | 43 | 4F | 4 | 9 | 5B | 3A |
| Octal | 365 | 121 | 64 | 0 | 103 | 117 | 4 | 11 | 133 | 72 |
| Binary | 11110101 | 1010001 | 110100 | 0 | 1000011 | 1001111 | 100 | 1001 | 1011011 | 111010 |
Color Harmonies of #F55134
Complementary color
Monochromatic Colors of #F55134
Black with #F55134
Text Example
Text Example
White with #F55134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55134; }
p { color: rgb(245,81,52); }
H1.HeaderClassName
{
color: #F55134;
}
.AnyTagClassName
{
color: #F55134;
}
</style>
background-color css
<style>
a { background-color: #F55134; }
a { background-color: rgb(245,81,52); }
div.DivClassName
{
background-color: #F55134;
}
.BgClassName
{
background-color: #F55134;
}
</style>
border-color css
<style>
span { border-color: #F55134; }
span { border-color: rgb(245,81,52); }
td.TdClassName
{
border-color: #F55134;
}
.TagClassName
{
border-color: #F55134;
}
</style>