Shades of Sunset Orange #F45150
Tints of Sunset Orange #F45150
RGB
CMYK
RGB Variations
Color information
#F45150 (or 0xF45150) is known color: Sunset Orange. HEX triplet: F4, 51 and 50. RGB value is (244,81,80). Sum of RGB (Red+Green+Blue) = 244+81+80=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F45150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45150 is #0BAEAF. Grayscale: #818181. Windows color (decimal): -765616 or 5263860. OLE color: 5263860.
HSL color Cylindrical-coordinate representation of color #F45150: hue angle of 0.37º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F45150 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 80 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.04 |
| HSL | 0.37º | 0.88% | 0.64% | - |
| HSV(B) | 0.37º | 0.67% | 0.96% | - |
| XYZ | 41.7 | 25.7 | 10.35 | - |
| YUV | 129.62 | 100 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 80 | 0 | 0.67 | 0.67 | 0.04 | 0.37 | 0.88 | 0.64 |
| Hex | F4 | 51 | 50 | 0 | 43 | 43 | 4 | 0 | 58 | 40 |
| Octal | 364 | 121 | 120 | 0 | 103 | 103 | 4 | 0 | 130 | 100 |
| Binary | 11110100 | 1010001 | 1010000 | 0 | 1000011 | 1000011 | 100 | 0 | 1011000 | 1000000 |
Color Harmonies of #F45150
Complementary color
Monochromatic Colors of #F45150
Black with #F45150
Text Example
Text Example
White with #F45150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45150; }
p { color: rgb(244,81,80); }
H1.HeaderClassName
{
color: #F45150;
}
.AnyTagClassName
{
color: #F45150;
}
</style>
background-color css
<style>
a { background-color: #F45150; }
a { background-color: rgb(244,81,80); }
div.DivClassName
{
background-color: #F45150;
}
.BgClassName
{
background-color: #F45150;
}
</style>
border-color css
<style>
span { border-color: #F45150; }
span { border-color: rgb(244,81,80); }
td.TdClassName
{
border-color: #F45150;
}
.TagClassName
{
border-color: #F45150;
}
</style>