Shades of Sunset Orange #F45040
Tints of Sunset Orange #F45040
RGB
CMYK
RGB Variations
Color information
#F45040 (or 0xF45040) is known color: Sunset Orange. HEX triplet: F4, 50 and 40. RGB value is (244,80,64). Sum of RGB (Red+Green+Blue) = 244+80+64=388 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.89% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 244 - color contains mainly: red. Hex color #F45040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45040 is #0BAFBF. Grayscale: #7F7F7F. Windows color (decimal): -765888 or 4215028. OLE color: 4215028.
HSL color Cylindrical-coordinate representation of color #F45040: hue angle of 5.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F45040 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 64 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.04 |
| HSL | 5.33º | 0.89% | 0.6% | - |
| HSV(B) | 5.33º | 0.74% | 0.96% | - |
| XYZ | 41.1 | 25.34 | 7.58 | - |
| YUV | 127.21 | 92.33 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 64 | 0 | 0.67 | 0.74 | 0.04 | 5.33 | 0.89 | 0.6 |
| Hex | F4 | 50 | 40 | 0 | 43 | 4A | 4 | 5 | 59 | 3C |
| Octal | 364 | 120 | 100 | 0 | 103 | 112 | 4 | 5 | 131 | 74 |
| Binary | 11110100 | 1010000 | 1000000 | 0 | 1000011 | 1001010 | 100 | 101 | 1011001 | 111100 |
Color Harmonies of #F45040
Complementary color
Monochromatic Colors of #F45040
Black with #F45040
Text Example
Text Example
White with #F45040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45040; }
p { color: rgb(244,80,64); }
H1.HeaderClassName
{
color: #F45040;
}
.AnyTagClassName
{
color: #F45040;
}
</style>
background-color css
<style>
a { background-color: #F45040; }
a { background-color: rgb(244,80,64); }
div.DivClassName
{
background-color: #F45040;
}
.BgClassName
{
background-color: #F45040;
}
</style>
border-color css
<style>
span { border-color: #F45040; }
span { border-color: rgb(244,80,64); }
td.TdClassName
{
border-color: #F45040;
}
.TagClassName
{
border-color: #F45040;
}
</style>