Shades of Orange Red #F8431A
Tints of Orange Red #F8431A
RGB
CMYK
RGB Variations
Color information
#F8431A (or 0xF8431A) is known color: Orange Red. HEX triplet: F8, 43 and 1A. RGB value is (248,67,26). Sum of RGB (Red+Green+Blue) = 248+67+26=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F8431A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8431A is #07BCE5. Grayscale: #747474. Windows color (decimal): -507110 or 1721336. OLE color: 1721336.
HSL color Cylindrical-coordinate representation of color #F8431A: hue angle of 11.08º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8431A is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 26 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.03 |
| HSL | 11.08º | 0.94% | 0.54% | - |
| HSV(B) | 11.08º | 0.9% | 0.97% | - |
| XYZ | 40.91 | 24.05 | 3.46 | - |
| YUV | 116.45 | 76.97 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 26 | 0 | 0.73 | 0.90 | 0.03 | 11.08 | 0.94 | 0.54 |
| Hex | F8 | 43 | 1A | 0 | 49 | 5A | 3 | B | 5E | 36 |
| Octal | 370 | 103 | 32 | 0 | 111 | 132 | 3 | 13 | 136 | 66 |
| Binary | 11111000 | 1000011 | 11010 | 0 | 1001001 | 1011010 | 11 | 1011 | 1011110 | 110110 |
Color Harmonies of #F8431A
Complementary color
Monochromatic Colors of #F8431A
Black with #F8431A
Text Example
Text Example
White with #F8431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8431A; }
p { color: rgb(248,67,26); }
H1.HeaderClassName
{
color: #F8431A;
}
.AnyTagClassName
{
color: #F8431A;
}
</style>
background-color css
<style>
a { background-color: #F8431A; }
a { background-color: rgb(248,67,26); }
div.DivClassName
{
background-color: #F8431A;
}
.BgClassName
{
background-color: #F8431A;
}
</style>
border-color css
<style>
span { border-color: #F8431A; }
span { border-color: rgb(248,67,26); }
td.TdClassName
{
border-color: #F8431A;
}
.TagClassName
{
border-color: #F8431A;
}
</style>