Shades of Red Orange #F8471F
Tints of Red Orange #F8471F
RGB
CMYK
RGB Variations
Color information
#F8471F (or 0xF8471F) is known color: Red Orange. HEX triplet: F8, 47 and 1F. RGB value is (248,71,31). Sum of RGB (Red+Green+Blue) = 248+71+31=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F8471F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8471F is #07B8E0. Grayscale: #777777. Windows color (decimal): -506081 or 2050040. OLE color: 2050040.
HSL color Cylindrical-coordinate representation of color #F8471F: hue angle of 11.06º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8471F is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 71 | 31 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.03 |
| HSL | 11.06º | 0.94% | 0.55% | - |
| HSV(B) | 11.06º | 0.88% | 0.97% | - |
| XYZ | 41.21 | 24.56 | 3.87 | - |
| YUV | 119.36 | 78.14 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 71 | 31 | 0 | 0.71 | 0.88 | 0.03 | 11.06 | 0.94 | 0.55 |
| Hex | F8 | 47 | 1F | 0 | 47 | 58 | 3 | B | 5E | 37 |
| Octal | 370 | 107 | 37 | 0 | 107 | 130 | 3 | 13 | 136 | 67 |
| Binary | 11111000 | 1000111 | 11111 | 0 | 1000111 | 1011000 | 11 | 1011 | 1011110 | 110111 |
Color Harmonies of #F8471F
Complementary color
Monochromatic Colors of #F8471F
Black with #F8471F
Text Example
Text Example
White with #F8471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8471F; }
p { color: rgb(248,71,31); }
H1.HeaderClassName
{
color: #F8471F;
}
.AnyTagClassName
{
color: #F8471F;
}
</style>
background-color css
<style>
a { background-color: #F8471F; }
a { background-color: rgb(248,71,31); }
div.DivClassName
{
background-color: #F8471F;
}
.BgClassName
{
background-color: #F8471F;
}
</style>
border-color css
<style>
span { border-color: #F8471F; }
span { border-color: rgb(248,71,31); }
td.TdClassName
{
border-color: #F8471F;
}
.TagClassName
{
border-color: #F8471F;
}
</style>