Shades of Red Orange #F82C2A
Tints of Red Orange #F82C2A
RGB
CMYK
RGB Variations
Color information
#F82C2A (or 0xF82C2A) is known color: Red Orange. HEX triplet: F8, 2C and 2A. RGB value is (248,44,42). Sum of RGB (Red+Green+Blue) = 248+44+42=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C2A is #07D3D5. Grayscale: #686868. Windows color (decimal): -512982 or 2764024. OLE color: 2764024.
HSL color Cylindrical-coordinate representation of color #F82C2A: hue angle of 0.58º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F82C2A is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 42 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.03 |
| HSL | 0.58º | 0.94% | 0.57% | - |
| HSV(B) | 0.58º | 0.83% | 0.97% | - |
| XYZ | 40.03 | 21.92 | 4.31 | - |
| YUV | 104.77 | 92.59 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 42 | 0 | 0.82 | 0.83 | 0.03 | 0.58 | 0.94 | 0.57 |
| Hex | F8 | 2C | 2A | 0 | 52 | 53 | 3 | 1 | 5E | 39 |
| Octal | 370 | 54 | 52 | 0 | 122 | 123 | 3 | 1 | 136 | 71 |
| Binary | 11111000 | 101100 | 101010 | 0 | 1010010 | 1010011 | 11 | 1 | 1011110 | 111001 |
Color Harmonies of #F82C2A
Complementary color
Monochromatic Colors of #F82C2A
Black with #F82C2A
Text Example
Text Example
White with #F82C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82C2A; }
p { color: rgb(248,44,42); }
H1.HeaderClassName
{
color: #F82C2A;
}
.AnyTagClassName
{
color: #F82C2A;
}
</style>
background-color css
<style>
a { background-color: #F82C2A; }
a { background-color: rgb(248,44,42); }
div.DivClassName
{
background-color: #F82C2A;
}
.BgClassName
{
background-color: #F82C2A;
}
</style>
border-color css
<style>
span { border-color: #F82C2A; }
span { border-color: rgb(248,44,42); }
td.TdClassName
{
border-color: #F82C2A;
}
.TagClassName
{
border-color: #F82C2A;
}
</style>