Shades of Red Orange #F83838
Tints of Red Orange #F83838
RGB
CMYK
RGB Variations
Color information
#F83838 (or 0xF83838) is known color: Red Orange. HEX triplet: F8, 38 and 38. RGB value is (248,56,56). Sum of RGB (Red+Green+Blue) = 248+56+56=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F83838 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83838 is #07C7C7. Grayscale: #717171. Windows color (decimal): -509896 or 3684600. OLE color: 3684600.
HSL color Cylindrical-coordinate representation of color #F83838: hue angle of 0º 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 #F83838 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 56 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.03 |
| HSL | 0º | 0.93% | 0.6% | - |
| HSV(B) | 0º | 0.77% | 0.97% | - |
| XYZ | 40.84 | 23.07 | 6.04 | - |
| YUV | 113.41 | 95.61 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 56 | 0 | 0.77 | 0.77 | 0.03 | 0 | 0.93 | 0.6 |
| Hex | F8 | 38 | 38 | 0 | 4D | 4D | 3 | 0 | 5D | 3C |
| Octal | 370 | 70 | 70 | 0 | 115 | 115 | 3 | 0 | 135 | 74 |
| Binary | 11111000 | 111000 | 111000 | 0 | 1001101 | 1001101 | 11 | 0 | 1011101 | 111100 |
Color Harmonies of #F83838
Complementary color
Monochromatic Colors of #F83838
Black with #F83838
Text Example
Text Example
White with #F83838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83838; }
p { color: rgb(248,56,56); }
H1.HeaderClassName
{
color: #F83838;
}
.AnyTagClassName
{
color: #F83838;
}
</style>
background-color css
<style>
a { background-color: #F83838; }
a { background-color: rgb(248,56,56); }
div.DivClassName
{
background-color: #F83838;
}
.BgClassName
{
background-color: #F83838;
}
</style>
border-color css
<style>
span { border-color: #F83838; }
span { border-color: rgb(248,56,56); }
td.TdClassName
{
border-color: #F83838;
}
.TagClassName
{
border-color: #F83838;
}
</style>