Shades of Red Orange #F82C28
Tints of Red Orange #F82C28
RGB
CMYK
RGB Variations
Color information
#F82C28 (or 0xF82C28) is known color: Red Orange. HEX triplet: F8, 2C and 28. RGB value is (248,44,40). Sum of RGB (Red+Green+Blue) = 248+44+40=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C28 is #07D3D7. Grayscale: #686868. Windows color (decimal): -512984 or 2632952. OLE color: 2632952.
HSL color Cylindrical-coordinate representation of color #F82C28: hue angle of 1.15º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F82C28 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 40 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.03 |
| HSL | 1.15º | 0.94% | 0.56% | - |
| HSV(B) | 1.15º | 0.84% | 0.97% | - |
| XYZ | 40 | 21.91 | 4.13 | - |
| YUV | 104.54 | 91.59 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 40 | 0 | 0.82 | 0.84 | 0.03 | 1.15 | 0.94 | 0.56 |
| Hex | F8 | 2C | 28 | 0 | 52 | 54 | 3 | 1 | 5E | 38 |
| Octal | 370 | 54 | 50 | 0 | 122 | 124 | 3 | 1 | 136 | 70 |
| Binary | 11111000 | 101100 | 101000 | 0 | 1010010 | 1010100 | 11 | 1 | 1011110 | 111000 |
Color Harmonies of #F82C28
Complementary color
Monochromatic Colors of #F82C28
Black with #F82C28
Text Example
Text Example
White with #F82C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82C28; }
p { color: rgb(248,44,40); }
H1.HeaderClassName
{
color: #F82C28;
}
.AnyTagClassName
{
color: #F82C28;
}
</style>
background-color css
<style>
a { background-color: #F82C28; }
a { background-color: rgb(248,44,40); }
div.DivClassName
{
background-color: #F82C28;
}
.BgClassName
{
background-color: #F82C28;
}
</style>
border-color css
<style>
span { border-color: #F82C28; }
span { border-color: rgb(248,44,40); }
td.TdClassName
{
border-color: #F82C28;
}
.TagClassName
{
border-color: #F82C28;
}
</style>