Shades of Red Orange #F83C39
Tints of Red Orange #F83C39
RGB
CMYK
RGB Variations
Color information
#F83C39 (or 0xF83C39) is known color: Red Orange. HEX triplet: F8, 3C and 39. RGB value is (248,60,57). Sum of RGB (Red+Green+Blue) = 248+60+57=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83C39 is #07C3C6. Grayscale: #747474. Windows color (decimal): -508871 or 3751160. OLE color: 3751160.
HSL color Cylindrical-coordinate representation of color #F83C39: hue angle of 0.94º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83C39 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 57 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.03 |
| HSL | 0.94º | 0.93% | 0.6% | - |
| HSV(B) | 0.94º | 0.77% | 0.97% | - |
| XYZ | 41.07 | 23.48 | 6.24 | - |
| YUV | 115.87 | 94.78 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 57 | 0 | 0.76 | 0.77 | 0.03 | 0.94 | 0.93 | 0.6 |
| Hex | F8 | 3C | 39 | 0 | 4C | 4D | 3 | 1 | 5D | 3C |
| Octal | 370 | 74 | 71 | 0 | 114 | 115 | 3 | 1 | 135 | 74 |
| Binary | 11111000 | 111100 | 111001 | 0 | 1001100 | 1001101 | 11 | 1 | 1011101 | 111100 |
Color Harmonies of #F83C39
Complementary color
Monochromatic Colors of #F83C39
Black with #F83C39
Text Example
Text Example
White with #F83C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83C39; }
p { color: rgb(248,60,57); }
H1.HeaderClassName
{
color: #F83C39;
}
.AnyTagClassName
{
color: #F83C39;
}
</style>
background-color css
<style>
a { background-color: #F83C39; }
a { background-color: rgb(248,60,57); }
div.DivClassName
{
background-color: #F83C39;
}
.BgClassName
{
background-color: #F83C39;
}
</style>
border-color css
<style>
span { border-color: #F83C39; }
span { border-color: rgb(248,60,57); }
td.TdClassName
{
border-color: #F83C39;
}
.TagClassName
{
border-color: #F83C39;
}
</style>