Shades of Sunset Orange #F55144
Tints of Sunset Orange #F55144
RGB
CMYK
RGB Variations
Color information
#F55144 (or 0xF55144) is known color: Sunset Orange. HEX triplet: F5, 51 and 44. RGB value is (245,81,68). Sum of RGB (Red+Green+Blue) = 245+81+68=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F55144 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55144 is #0AAEBB. Grayscale: #808080. Windows color (decimal): -700092 or 4477429. OLE color: 4477429.
HSL color Cylindrical-coordinate representation of color #F55144: hue angle of 4.41º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F55144 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 68 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.04 |
| HSL | 4.41º | 0.9% | 0.61% | - |
| HSV(B) | 4.41º | 0.72% | 0.96% | - |
| XYZ | 41.64 | 25.71 | 8.24 | - |
| YUV | 128.55 | 93.83 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 68 | 0 | 0.67 | 0.72 | 0.04 | 4.41 | 0.9 | 0.61 |
| Hex | F5 | 51 | 44 | 0 | 43 | 48 | 4 | 4 | 5A | 3D |
| Octal | 365 | 121 | 104 | 0 | 103 | 110 | 4 | 4 | 132 | 75 |
| Binary | 11110101 | 1010001 | 1000100 | 0 | 1000011 | 1001000 | 100 | 100 | 1011010 | 111101 |
Color Harmonies of #F55144
Complementary color
Monochromatic Colors of #F55144
Black with #F55144
Text Example
Text Example
White with #F55144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55144; }
p { color: rgb(245,81,68); }
H1.HeaderClassName
{
color: #F55144;
}
.AnyTagClassName
{
color: #F55144;
}
</style>
background-color css
<style>
a { background-color: #F55144; }
a { background-color: rgb(245,81,68); }
div.DivClassName
{
background-color: #F55144;
}
.BgClassName
{
background-color: #F55144;
}
</style>
border-color css
<style>
span { border-color: #F55144; }
span { border-color: rgb(245,81,68); }
td.TdClassName
{
border-color: #F55144;
}
.TagClassName
{
border-color: #F55144;
}
</style>