Shades of Sunset Orange #F0504E
Tints of Sunset Orange #F0504E
RGB
CMYK
RGB Variations
Color information
#F0504E (or 0xF0504E) is known color: Sunset Orange. HEX triplet: F0, 50 and 4E. RGB value is (240,80,78). Sum of RGB (Red+Green+Blue) = 240+80+78=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0504E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0504E is #0FAFB1. Grayscale: #7F7F7F. Windows color (decimal): -1028018 or 5132528. OLE color: 5132528.
HSL color Cylindrical-coordinate representation of color #F0504E: hue angle of 0.74º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0504E is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 78 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.06 |
| HSL | 0.74º | 0.84% | 0.62% | - |
| HSV(B) | 0.74º | 0.68% | 0.94% | - |
| XYZ | 40.18 | 24.81 | 9.88 | - |
| YUV | 127.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 78 | 0 | 0.67 | 0.68 | 0.06 | 0.74 | 0.84 | 0.62 |
| Hex | F0 | 50 | 4E | 0 | 43 | 44 | 6 | 1 | 54 | 3E |
| Octal | 360 | 120 | 116 | 0 | 103 | 104 | 6 | 1 | 124 | 76 |
| Binary | 11110000 | 1010000 | 1001110 | 0 | 1000011 | 1000100 | 110 | 1 | 1010100 | 111110 |
Color Harmonies of #F0504E
Complementary color
Monochromatic Colors of #F0504E
Black with #F0504E
Text Example
Text Example
White with #F0504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0504E; }
p { color: rgb(240,80,78); }
H1.HeaderClassName
{
color: #F0504E;
}
.AnyTagClassName
{
color: #F0504E;
}
</style>
background-color css
<style>
a { background-color: #F0504E; }
a { background-color: rgb(240,80,78); }
div.DivClassName
{
background-color: #F0504E;
}
.BgClassName
{
background-color: #F0504E;
}
</style>
border-color css
<style>
span { border-color: #F0504E; }
span { border-color: rgb(240,80,78); }
td.TdClassName
{
border-color: #F0504E;
}
.TagClassName
{
border-color: #F0504E;
}
</style>