Shades of Red Orange #F8422A
Tints of Red Orange #F8422A
RGB
CMYK
RGB Variations
Color information
#F8422A (or 0xF8422A) is known color: Red Orange. HEX triplet: F8, 42 and 2A. RGB value is (248,66,42). Sum of RGB (Red+Green+Blue) = 248+66+42=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F8422A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8422A is #07BDD5. Grayscale: #757575. Windows color (decimal): -507350 or 2769656. OLE color: 2769656.
HSL color Cylindrical-coordinate representation of color #F8422A: hue angle of 6.99º 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 #F8422A is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 42 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.03 |
| HSL | 6.99º | 0.94% | 0.57% | - |
| HSV(B) | 6.99º | 0.83% | 0.97% | - |
| XYZ | 41.08 | 24.02 | 4.66 | - |
| YUV | 117.68 | 85.3 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 42 | 0 | 0.73 | 0.83 | 0.03 | 6.99 | 0.94 | 0.57 |
| Hex | F8 | 42 | 2A | 0 | 49 | 53 | 3 | 7 | 5E | 39 |
| Octal | 370 | 102 | 52 | 0 | 111 | 123 | 3 | 7 | 136 | 71 |
| Binary | 11111000 | 1000010 | 101010 | 0 | 1001001 | 1010011 | 11 | 111 | 1011110 | 111001 |
Color Harmonies of #F8422A
Complementary color
Monochromatic Colors of #F8422A
Black with #F8422A
Text Example
Text Example
White with #F8422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8422A; }
p { color: rgb(248,66,42); }
H1.HeaderClassName
{
color: #F8422A;
}
.AnyTagClassName
{
color: #F8422A;
}
</style>
background-color css
<style>
a { background-color: #F8422A; }
a { background-color: rgb(248,66,42); }
div.DivClassName
{
background-color: #F8422A;
}
.BgClassName
{
background-color: #F8422A;
}
</style>
border-color css
<style>
span { border-color: #F8422A; }
span { border-color: rgb(248,66,42); }
td.TdClassName
{
border-color: #F8422A;
}
.TagClassName
{
border-color: #F8422A;
}
</style>