Shades of Sunset Orange #F0503E
Tints of Sunset Orange #F0503E
RGB
CMYK
RGB Variations
Color information
#F0503E (or 0xF0503E) is known color: Sunset Orange. HEX triplet: F0, 50 and 3E. RGB value is (240,80,62). Sum of RGB (Red+Green+Blue) = 240+80+62=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0503E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0503E is #0FAFC1. Grayscale: #7E7E7E. Windows color (decimal): -1028034 or 4083952. OLE color: 4083952.
HSL color Cylindrical-coordinate representation of color #F0503E: hue angle of 6.07º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0503E is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 62 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.06 |
| HSL | 6.07º | 0.86% | 0.59% | - |
| HSV(B) | 6.07º | 0.74% | 0.94% | - |
| XYZ | 39.67 | 24.61 | 7.22 | - |
| YUV | 125.79 | 92.01 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 62 | 0 | 0.67 | 0.74 | 0.06 | 6.07 | 0.86 | 0.59 |
| Hex | F0 | 50 | 3E | 0 | 43 | 4A | 6 | 6 | 56 | 3B |
| Octal | 360 | 120 | 76 | 0 | 103 | 112 | 6 | 6 | 126 | 73 |
| Binary | 11110000 | 1010000 | 111110 | 0 | 1000011 | 1001010 | 110 | 110 | 1010110 | 111011 |
Color Harmonies of #F0503E
Complementary color
Monochromatic Colors of #F0503E
Black with #F0503E
Text Example
Text Example
White with #F0503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0503E; }
p { color: rgb(240,80,62); }
H1.HeaderClassName
{
color: #F0503E;
}
.AnyTagClassName
{
color: #F0503E;
}
</style>
background-color css
<style>
a { background-color: #F0503E; }
a { background-color: rgb(240,80,62); }
div.DivClassName
{
background-color: #F0503E;
}
.BgClassName
{
background-color: #F0503E;
}
</style>
border-color css
<style>
span { border-color: #F0503E; }
span { border-color: rgb(240,80,62); }
td.TdClassName
{
border-color: #F0503E;
}
.TagClassName
{
border-color: #F0503E;
}
</style>