Shades of Sunset Orange #F0503A
Tints of Sunset Orange #F0503A
RGB
CMYK
RGB Variations
Color information
#F0503A (or 0xF0503A) is known color: Sunset Orange. HEX triplet: F0, 50 and 3A. RGB value is (240,80,58). Sum of RGB (Red+Green+Blue) = 240+80+58=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F0503A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0503A is #0FAFC5. Grayscale: #7D7D7D. Windows color (decimal): -1028038 or 3821808. OLE color: 3821808.
HSL color Cylindrical-coordinate representation of color #F0503A: hue angle of 7.25º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0503A is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 58 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.06 |
| HSL | 7.25º | 0.86% | 0.58% | - |
| HSV(B) | 7.25º | 0.76% | 0.94% | - |
| XYZ | 39.57 | 24.57 | 6.66 | - |
| YUV | 125.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 58 | 0 | 0.67 | 0.76 | 0.06 | 7.25 | 0.86 | 0.58 |
| Hex | F0 | 50 | 3A | 0 | 43 | 4C | 6 | 7 | 56 | 3A |
| Octal | 360 | 120 | 72 | 0 | 103 | 114 | 6 | 7 | 126 | 72 |
| Binary | 11110000 | 1010000 | 111010 | 0 | 1000011 | 1001100 | 110 | 111 | 1010110 | 111010 |
Color Harmonies of #F0503A
Complementary color
Monochromatic Colors of #F0503A
Black with #F0503A
Text Example
Text Example
White with #F0503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0503A; }
p { color: rgb(240,80,58); }
H1.HeaderClassName
{
color: #F0503A;
}
.AnyTagClassName
{
color: #F0503A;
}
</style>
background-color css
<style>
a { background-color: #F0503A; }
a { background-color: rgb(240,80,58); }
div.DivClassName
{
background-color: #F0503A;
}
.BgClassName
{
background-color: #F0503A;
}
</style>
border-color css
<style>
span { border-color: #F0503A; }
span { border-color: rgb(240,80,58); }
td.TdClassName
{
border-color: #F0503A;
}
.TagClassName
{
border-color: #F0503A;
}
</style>