Shades of Red Orange #F82C1D
Tints of Red Orange #F82C1D
RGB
CMYK
RGB Variations
Color information
#F82C1D (or 0xF82C1D) is known color: Red Orange. HEX triplet: F8, 2C and 1D. RGB value is (248,44,29). Sum of RGB (Red+Green+Blue) = 248+44+29=321 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.26% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C1D is #07D3E2. Grayscale: #676767. Windows color (decimal): -512995 or 1912056. OLE color: 1912056.
HSL color Cylindrical-coordinate representation of color #F82C1D: hue angle of 4.11º 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 #F82C1D is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 29 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.03 |
| HSL | 4.11º | 0.94% | 0.54% | - |
| HSV(B) | 4.11º | 0.88% | 0.97% | - |
| XYZ | 39.83 | 21.85 | 3.28 | - |
| YUV | 103.29 | 86.09 | 231.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 29 | 0 | 0.82 | 0.88 | 0.03 | 4.11 | 0.94 | 0.54 |
| Hex | F8 | 2C | 1D | 0 | 52 | 58 | 3 | 4 | 5E | 36 |
| Octal | 370 | 54 | 35 | 0 | 122 | 130 | 3 | 4 | 136 | 66 |
| Binary | 11111000 | 101100 | 11101 | 0 | 1010010 | 1011000 | 11 | 100 | 1011110 | 110110 |
Color Harmonies of #F82C1D
Complementary color
Monochromatic Colors of #F82C1D
Black with #F82C1D
Text Example
Text Example
White with #F82C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82C1D; }
p { color: rgb(248,44,29); }
H1.HeaderClassName
{
color: #F82C1D;
}
.AnyTagClassName
{
color: #F82C1D;
}
</style>
background-color css
<style>
a { background-color: #F82C1D; }
a { background-color: rgb(248,44,29); }
div.DivClassName
{
background-color: #F82C1D;
}
.BgClassName
{
background-color: #F82C1D;
}
</style>
border-color css
<style>
span { border-color: #F82C1D; }
span { border-color: rgb(248,44,29); }
td.TdClassName
{
border-color: #F82C1D;
}
.TagClassName
{
border-color: #F82C1D;
}
</style>