Shades of Red Orange #F83934
Tints of Red Orange #F83934
RGB
CMYK
RGB Variations
Color information
#F83934 (or 0xF83934) is known color: Red Orange. HEX triplet: F8, 39 and 34. RGB value is (248,57,52). Sum of RGB (Red+Green+Blue) = 248+57+52=357 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.47% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 248 - color contains mainly: red. Hex color #F83934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83934 is #07C6CB. Grayscale: #717171. Windows color (decimal): -509644 or 3422712. OLE color: 3422712.
HSL color Cylindrical-coordinate representation of color #F83934: hue angle of 1.53º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F83934 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 57 | 52 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.03 |
| HSL | 1.53º | 0.93% | 0.59% | - |
| HSV(B) | 1.53º | 0.79% | 0.97% | - |
| XYZ | 40.79 | 23.13 | 5.56 | - |
| YUV | 113.54 | 93.28 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 57 | 52 | 0 | 0.77 | 0.79 | 0.03 | 1.53 | 0.93 | 0.59 |
| Hex | F8 | 39 | 34 | 0 | 4D | 4F | 3 | 2 | 5D | 3B |
| Octal | 370 | 71 | 64 | 0 | 115 | 117 | 3 | 2 | 135 | 73 |
| Binary | 11111000 | 111001 | 110100 | 0 | 1001101 | 1001111 | 11 | 10 | 1011101 | 111011 |
Color Harmonies of #F83934
Complementary color
Monochromatic Colors of #F83934
Black with #F83934
Text Example
Text Example
White with #F83934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83934; }
p { color: rgb(248,57,52); }
H1.HeaderClassName
{
color: #F83934;
}
.AnyTagClassName
{
color: #F83934;
}
</style>
background-color css
<style>
a { background-color: #F83934; }
a { background-color: rgb(248,57,52); }
div.DivClassName
{
background-color: #F83934;
}
.BgClassName
{
background-color: #F83934;
}
</style>
border-color css
<style>
span { border-color: #F83934; }
span { border-color: rgb(248,57,52); }
td.TdClassName
{
border-color: #F83934;
}
.TagClassName
{
border-color: #F83934;
}
</style>