Shades of Sunset Orange #F8503D
Tints of Sunset Orange #F8503D
RGB
CMYK
RGB Variations
Color information
#F8503D (or 0xF8503D) is known color: Sunset Orange. HEX triplet: F8, 50 and 3D. RGB value is (248,80,61). Sum of RGB (Red+Green+Blue) = 248+80+61=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F8503D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8503D is #07AFC2. Grayscale: #808080. Windows color (decimal): -503747 or 4018424. OLE color: 4018424.
HSL color Cylindrical-coordinate representation of color #F8503D: hue angle of 6.1º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8503D is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 61 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.03 |
| HSL | 6.1º | 0.93% | 0.61% | - |
| HSV(B) | 6.1º | 0.75% | 0.97% | - |
| XYZ | 42.42 | 26.03 | 7.2 | - |
| YUV | 128.07 | 90.16 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 61 | 0 | 0.68 | 0.75 | 0.03 | 6.1 | 0.93 | 0.61 |
| Hex | F8 | 50 | 3D | 0 | 44 | 4B | 3 | 6 | 5D | 3D |
| Octal | 370 | 120 | 75 | 0 | 104 | 113 | 3 | 6 | 135 | 75 |
| Binary | 11111000 | 1010000 | 111101 | 0 | 1000100 | 1001011 | 11 | 110 | 1011101 | 111101 |
Color Harmonies of #F8503D
Complementary color
Monochromatic Colors of #F8503D
Black with #F8503D
Text Example
Text Example
White with #F8503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8503D; }
p { color: rgb(248,80,61); }
H1.HeaderClassName
{
color: #F8503D;
}
.AnyTagClassName
{
color: #F8503D;
}
</style>
background-color css
<style>
a { background-color: #F8503D; }
a { background-color: rgb(248,80,61); }
div.DivClassName
{
background-color: #F8503D;
}
.BgClassName
{
background-color: #F8503D;
}
</style>
border-color css
<style>
span { border-color: #F8503D; }
span { border-color: rgb(248,80,61); }
td.TdClassName
{
border-color: #F8503D;
}
.TagClassName
{
border-color: #F8503D;
}
</style>