Shades of Red Orange #F83C1D
Tints of Red Orange #F83C1D
RGB
CMYK
RGB Variations
Color information
#F83C1D (or 0xF83C1D) is known color: Red Orange. HEX triplet: F8, 3C and 1D. RGB value is (248,60,29). Sum of RGB (Red+Green+Blue) = 248+60+29=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83C1D is #07C3E2. Grayscale: #707070. Windows color (decimal): -508899 or 1916152. OLE color: 1916152.
HSL color Cylindrical-coordinate representation of color #F83C1D: hue angle of 8.49º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F83C1D is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 29 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.03 |
| HSL | 8.49º | 0.94% | 0.54% | - |
| HSV(B) | 8.49º | 0.88% | 0.97% | - |
| XYZ | 40.55 | 23.28 | 3.52 | - |
| YUV | 112.68 | 80.78 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 29 | 0 | 0.76 | 0.88 | 0.03 | 8.49 | 0.94 | 0.54 |
| Hex | F8 | 3C | 1D | 0 | 4C | 58 | 3 | 8 | 5E | 36 |
| Octal | 370 | 74 | 35 | 0 | 114 | 130 | 3 | 10 | 136 | 66 |
| Binary | 11111000 | 111100 | 11101 | 0 | 1001100 | 1011000 | 11 | 1000 | 1011110 | 110110 |
Color Harmonies of #F83C1D
Complementary color
Monochromatic Colors of #F83C1D
Black with #F83C1D
Text Example
Text Example
White with #F83C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83C1D; }
p { color: rgb(248,60,29); }
H1.HeaderClassName
{
color: #F83C1D;
}
.AnyTagClassName
{
color: #F83C1D;
}
</style>
background-color css
<style>
a { background-color: #F83C1D; }
a { background-color: rgb(248,60,29); }
div.DivClassName
{
background-color: #F83C1D;
}
.BgClassName
{
background-color: #F83C1D;
}
</style>
border-color css
<style>
span { border-color: #F83C1D; }
span { border-color: rgb(248,60,29); }
td.TdClassName
{
border-color: #F83C1D;
}
.TagClassName
{
border-color: #F83C1D;
}
</style>