Shades of Sunset Orange #F05038
Tints of Sunset Orange #F05038
RGB
CMYK
RGB Variations
Color information
#F05038 (or 0xF05038) is known color: Sunset Orange. HEX triplet: F0, 50 and 38. RGB value is (240,80,56). Sum of RGB (Red+Green+Blue) = 240+80+56=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F05038 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05038 is #0FAFC7. Grayscale: #7D7D7D. Windows color (decimal): -1028040 or 3690736. OLE color: 3690736.
HSL color Cylindrical-coordinate representation of color #F05038: hue angle of 7.83º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F05038 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 56 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.06 |
| HSL | 7.83º | 0.86% | 0.58% | - |
| HSV(B) | 7.83º | 0.77% | 0.94% | - |
| XYZ | 39.52 | 24.55 | 6.4 | - |
| YUV | 125.1 | 89.01 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 56 | 0 | 0.67 | 0.77 | 0.06 | 7.83 | 0.86 | 0.58 |
| Hex | F0 | 50 | 38 | 0 | 43 | 4D | 6 | 8 | 56 | 3A |
| Octal | 360 | 120 | 70 | 0 | 103 | 115 | 6 | 10 | 126 | 72 |
| Binary | 11110000 | 1010000 | 111000 | 0 | 1000011 | 1001101 | 110 | 1000 | 1010110 | 111010 |
Color Harmonies of #F05038
Complementary color
Monochromatic Colors of #F05038
Black with #F05038
Text Example
Text Example
White with #F05038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05038; }
p { color: rgb(240,80,56); }
H1.HeaderClassName
{
color: #F05038;
}
.AnyTagClassName
{
color: #F05038;
}
</style>
background-color css
<style>
a { background-color: #F05038; }
a { background-color: rgb(240,80,56); }
div.DivClassName
{
background-color: #F05038;
}
.BgClassName
{
background-color: #F05038;
}
</style>
border-color css
<style>
span { border-color: #F05038; }
span { border-color: rgb(240,80,56); }
td.TdClassName
{
border-color: #F05038;
}
.TagClassName
{
border-color: #F05038;
}
</style>