Shades of Red Orange #F8412F
Tints of Red Orange #F8412F
RGB
CMYK
RGB Variations
Color information
#F8412F (or 0xF8412F) is known color: Red Orange. HEX triplet: F8, 41 and 2F. RGB value is (248,65,47). Sum of RGB (Red+Green+Blue) = 248+65+47=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F8412F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8412F is #07BED0. Grayscale: #757575. Windows color (decimal): -507601 or 3097080. OLE color: 3097080.
HSL color Cylindrical-coordinate representation of color #F8412F: hue angle of 5.37º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8412F is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 47 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.03 |
| HSL | 5.37º | 0.93% | 0.58% | - |
| HSV(B) | 5.37º | 0.81% | 0.97% | - |
| XYZ | 41.11 | 23.94 | 5.14 | - |
| YUV | 117.67 | 88.13 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 47 | 0 | 0.74 | 0.81 | 0.03 | 5.37 | 0.93 | 0.58 |
| Hex | F8 | 41 | 2F | 0 | 4A | 51 | 3 | 5 | 5D | 3A |
| Octal | 370 | 101 | 57 | 0 | 112 | 121 | 3 | 5 | 135 | 72 |
| Binary | 11111000 | 1000001 | 101111 | 0 | 1001010 | 1010001 | 11 | 101 | 1011101 | 111010 |
Color Harmonies of #F8412F
Complementary color
Monochromatic Colors of #F8412F
Black with #F8412F
Text Example
Text Example
White with #F8412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8412F; }
p { color: rgb(248,65,47); }
H1.HeaderClassName
{
color: #F8412F;
}
.AnyTagClassName
{
color: #F8412F;
}
</style>
background-color css
<style>
a { background-color: #F8412F; }
a { background-color: rgb(248,65,47); }
div.DivClassName
{
background-color: #F8412F;
}
.BgClassName
{
background-color: #F8412F;
}
</style>
border-color css
<style>
span { border-color: #F8412F; }
span { border-color: rgb(248,65,47); }
td.TdClassName
{
border-color: #F8412F;
}
.TagClassName
{
border-color: #F8412F;
}
</style>