Shades of Sunset Orange #F4504E
Tints of Sunset Orange #F4504E
RGB
CMYK
RGB Variations
Color information
#F4504E (or 0xF4504E) is known color: Sunset Orange. HEX triplet: F4, 50 and 4E. RGB value is (244,80,78). Sum of RGB (Red+Green+Blue) = 244+80+78=402 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.70% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 244 - color contains mainly: red. Hex color #F4504E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4504E is #0BAFB1. Grayscale: #808080. Windows color (decimal): -765874 or 5132532. OLE color: 5132532.
HSL color Cylindrical-coordinate representation of color #F4504E: hue angle of 0.72º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F4504E is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 78 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.04 |
| HSL | 0.72º | 0.88% | 0.63% | - |
| HSV(B) | 0.72º | 0.68% | 0.96% | - |
| XYZ | 41.55 | 25.52 | 9.94 | - |
| YUV | 128.81 | 99.33 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 78 | 0 | 0.67 | 0.68 | 0.04 | 0.72 | 0.88 | 0.63 |
| Hex | F4 | 50 | 4E | 0 | 43 | 44 | 4 | 1 | 58 | 3F |
| Octal | 364 | 120 | 116 | 0 | 103 | 104 | 4 | 1 | 130 | 77 |
| Binary | 11110100 | 1010000 | 1001110 | 0 | 1000011 | 1000100 | 100 | 1 | 1011000 | 111111 |
Color Harmonies of #F4504E
Complementary color
Monochromatic Colors of #F4504E
Black with #F4504E
Text Example
Text Example
White with #F4504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4504E; }
p { color: rgb(244,80,78); }
H1.HeaderClassName
{
color: #F4504E;
}
.AnyTagClassName
{
color: #F4504E;
}
</style>
background-color css
<style>
a { background-color: #F4504E; }
a { background-color: rgb(244,80,78); }
div.DivClassName
{
background-color: #F4504E;
}
.BgClassName
{
background-color: #F4504E;
}
</style>
border-color css
<style>
span { border-color: #F4504E; }
span { border-color: rgb(244,80,78); }
td.TdClassName
{
border-color: #F4504E;
}
.TagClassName
{
border-color: #F4504E;
}
</style>