Shades of Red Orange #F8421C
Tints of Red Orange #F8421C
RGB
CMYK
RGB Variations
Color information
#F8421C (or 0xF8421C) is known color: Red Orange. HEX triplet: F8, 42 and 1C. RGB value is (248,66,28). Sum of RGB (Red+Green+Blue) = 248+66+28=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F8421C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8421C is #07BDE3. Grayscale: #747474. Windows color (decimal): -507364 or 1852152. OLE color: 1852152.
HSL color Cylindrical-coordinate representation of color #F8421C: hue angle of 10.36º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8421C is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 28 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.03 |
| HSL | 10.36º | 0.94% | 0.54% | - |
| HSV(B) | 10.36º | 0.89% | 0.97% | - |
| XYZ | 40.87 | 23.94 | 3.56 | - |
| YUV | 116.09 | 78.3 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 28 | 0 | 0.73 | 0.89 | 0.03 | 10.36 | 0.94 | 0.54 |
| Hex | F8 | 42 | 1C | 0 | 49 | 59 | 3 | A | 5E | 36 |
| Octal | 370 | 102 | 34 | 0 | 111 | 131 | 3 | 12 | 136 | 66 |
| Binary | 11111000 | 1000010 | 11100 | 0 | 1001001 | 1011001 | 11 | 1010 | 1011110 | 110110 |
Color Harmonies of #F8421C
Complementary color
Monochromatic Colors of #F8421C
Black with #F8421C
Text Example
Text Example
White with #F8421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8421C; }
p { color: rgb(248,66,28); }
H1.HeaderClassName
{
color: #F8421C;
}
.AnyTagClassName
{
color: #F8421C;
}
</style>
background-color css
<style>
a { background-color: #F8421C; }
a { background-color: rgb(248,66,28); }
div.DivClassName
{
background-color: #F8421C;
}
.BgClassName
{
background-color: #F8421C;
}
</style>
border-color css
<style>
span { border-color: #F8421C; }
span { border-color: rgb(248,66,28); }
td.TdClassName
{
border-color: #F8421C;
}
.TagClassName
{
border-color: #F8421C;
}
</style>