Shades of Sunset Orange #F8513D
Tints of Sunset Orange #F8513D
RGB
CMYK
RGB Variations
Color information
#F8513D (or 0xF8513D) is known color: Sunset Orange. HEX triplet: F8, 51 and 3D. RGB value is (248,81,61). Sum of RGB (Red+Green+Blue) = 248+81+61=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F8513D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8513D is #07AEC2. Grayscale: #808080. Windows color (decimal): -503491 or 4018680. OLE color: 4018680.
HSL color Cylindrical-coordinate representation of color #F8513D: hue angle of 6.42º 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 #F8513D is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 61 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.03 |
| HSL | 6.42º | 0.93% | 0.61% | - |
| HSV(B) | 6.42º | 0.75% | 0.97% | - |
| XYZ | 42.5 | 26.18 | 7.23 | - |
| YUV | 128.65 | 89.83 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 61 | 0 | 0.67 | 0.75 | 0.03 | 6.42 | 0.93 | 0.61 |
| Hex | F8 | 51 | 3D | 0 | 43 | 4B | 3 | 6 | 5D | 3D |
| Octal | 370 | 121 | 75 | 0 | 103 | 113 | 3 | 6 | 135 | 75 |
| Binary | 11111000 | 1010001 | 111101 | 0 | 1000011 | 1001011 | 11 | 110 | 1011101 | 111101 |
Color Harmonies of #F8513D
Complementary color
Monochromatic Colors of #F8513D
Black with #F8513D
Text Example
Text Example
White with #F8513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8513D; }
p { color: rgb(248,81,61); }
H1.HeaderClassName
{
color: #F8513D;
}
.AnyTagClassName
{
color: #F8513D;
}
</style>
background-color css
<style>
a { background-color: #F8513D; }
a { background-color: rgb(248,81,61); }
div.DivClassName
{
background-color: #F8513D;
}
.BgClassName
{
background-color: #F8513D;
}
</style>
border-color css
<style>
span { border-color: #F8513D; }
span { border-color: rgb(248,81,61); }
td.TdClassName
{
border-color: #F8513D;
}
.TagClassName
{
border-color: #F8513D;
}
</style>