Shades of Orange Red #F8481A
Tints of Orange Red #F8481A
RGB
CMYK
RGB Variations
Color information
#F8481A (or 0xF8481A) is known color: Orange Red. HEX triplet: F8, 48 and 1A. RGB value is (248,72,26). Sum of RGB (Red+Green+Blue) = 248+72+26=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F8481A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8481A is #07B7E5. Grayscale: #777777. Windows color (decimal): -505830 or 1722616. OLE color: 1722616.
HSL color Cylindrical-coordinate representation of color #F8481A: hue angle of 12.43º 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 #F8481A is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 26 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.03 |
| HSL | 12.43º | 0.94% | 0.54% | - |
| HSV(B) | 12.43º | 0.9% | 0.97% | - |
| XYZ | 41.22 | 24.67 | 3.57 | - |
| YUV | 119.38 | 75.31 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 26 | 0 | 0.71 | 0.90 | 0.03 | 12.43 | 0.94 | 0.54 |
| Hex | F8 | 48 | 1A | 0 | 47 | 5A | 3 | C | 5E | 36 |
| Octal | 370 | 110 | 32 | 0 | 107 | 132 | 3 | 14 | 136 | 66 |
| Binary | 11111000 | 1001000 | 11010 | 0 | 1000111 | 1011010 | 11 | 1100 | 1011110 | 110110 |
Color Harmonies of #F8481A
Complementary color
Monochromatic Colors of #F8481A
Black with #F8481A
Text Example
Text Example
White with #F8481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8481A; }
p { color: rgb(248,72,26); }
H1.HeaderClassName
{
color: #F8481A;
}
.AnyTagClassName
{
color: #F8481A;
}
</style>
background-color css
<style>
a { background-color: #F8481A; }
a { background-color: rgb(248,72,26); }
div.DivClassName
{
background-color: #F8481A;
}
.BgClassName
{
background-color: #F8481A;
}
</style>
border-color css
<style>
span { border-color: #F8481A; }
span { border-color: rgb(248,72,26); }
td.TdClassName
{
border-color: #F8481A;
}
.TagClassName
{
border-color: #F8481A;
}
</style>