Shades of Red Orange #F83330
Tints of Red Orange #F83330
RGB
CMYK
RGB Variations
Color information
#F83330 (or 0xF83330) is known color: Red Orange. HEX triplet: F8, 33 and 30. RGB value is (248,51,48). Sum of RGB (Red+Green+Blue) = 248+51+48=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F83330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83330 is #07CCCF. Grayscale: #6D6D6D. Windows color (decimal): -511184 or 3159032. OLE color: 3159032.
HSL color Cylindrical-coordinate representation of color #F83330: hue angle of 0.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F83330 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 48 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.03 |
| HSL | 0.9º | 0.93% | 0.58% | - |
| HSV(B) | 0.9º | 0.81% | 0.97% | - |
| XYZ | 40.43 | 22.54 | 5.02 | - |
| YUV | 109.56 | 93.27 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 48 | 0 | 0.79 | 0.81 | 0.03 | 0.9 | 0.93 | 0.58 |
| Hex | F8 | 33 | 30 | 0 | 4F | 51 | 3 | 1 | 5D | 3A |
| Octal | 370 | 63 | 60 | 0 | 117 | 121 | 3 | 1 | 135 | 72 |
| Binary | 11111000 | 110011 | 110000 | 0 | 1001111 | 1010001 | 11 | 1 | 1011101 | 111010 |
Color Harmonies of #F83330
Complementary color
Monochromatic Colors of #F83330
Black with #F83330
Text Example
Text Example
White with #F83330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83330; }
p { color: rgb(248,51,48); }
H1.HeaderClassName
{
color: #F83330;
}
.AnyTagClassName
{
color: #F83330;
}
</style>
background-color css
<style>
a { background-color: #F83330; }
a { background-color: rgb(248,51,48); }
div.DivClassName
{
background-color: #F83330;
}
.BgClassName
{
background-color: #F83330;
}
</style>
border-color css
<style>
span { border-color: #F83330; }
span { border-color: rgb(248,51,48); }
td.TdClassName
{
border-color: #F83330;
}
.TagClassName
{
border-color: #F83330;
}
</style>