Shades of Sunset Orange #F0503C
Tints of Sunset Orange #F0503C
RGB
CMYK
RGB Variations
Color information
#F0503C (or 0xF0503C) is known color: Sunset Orange. HEX triplet: F0, 50 and 3C. RGB value is (240,80,60). Sum of RGB (Red+Green+Blue) = 240+80+60=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0503C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0503C is #0FAFC3. Grayscale: #7D7D7D. Windows color (decimal): -1028036 or 3952880. OLE color: 3952880.
HSL color Cylindrical-coordinate representation of color #F0503C: hue angle of 6.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0503C is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 60 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.06 |
| HSL | 6.67º | 0.86% | 0.59% | - |
| HSV(B) | 6.67º | 0.75% | 0.94% | - |
| XYZ | 39.62 | 24.59 | 6.93 | - |
| YUV | 125.56 | 91.01 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 60 | 0 | 0.67 | 0.75 | 0.06 | 6.67 | 0.86 | 0.59 |
| Hex | F0 | 50 | 3C | 0 | 43 | 4B | 6 | 7 | 56 | 3B |
| Octal | 360 | 120 | 74 | 0 | 103 | 113 | 6 | 7 | 126 | 73 |
| Binary | 11110000 | 1010000 | 111100 | 0 | 1000011 | 1001011 | 110 | 111 | 1010110 | 111011 |
Color Harmonies of #F0503C
Complementary color
Monochromatic Colors of #F0503C
Black with #F0503C
Text Example
Text Example
White with #F0503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0503C; }
p { color: rgb(240,80,60); }
H1.HeaderClassName
{
color: #F0503C;
}
.AnyTagClassName
{
color: #F0503C;
}
</style>
background-color css
<style>
a { background-color: #F0503C; }
a { background-color: rgb(240,80,60); }
div.DivClassName
{
background-color: #F0503C;
}
.BgClassName
{
background-color: #F0503C;
}
</style>
border-color css
<style>
span { border-color: #F0503C; }
span { border-color: rgb(240,80,60); }
td.TdClassName
{
border-color: #F0503C;
}
.TagClassName
{
border-color: #F0503C;
}
</style>