Shades of Red Orange #F8481C
Tints of Red Orange #F8481C
RGB
CMYK
RGB Variations
Color information
#F8481C (or 0xF8481C) is known color: Red Orange. HEX triplet: F8, 48 and 1C. RGB value is (248,72,28). Sum of RGB (Red+Green+Blue) = 248+72+28=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F8481C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8481C is #07B7E3. Grayscale: #777777. Windows color (decimal): -505828 or 1853688. OLE color: 1853688.
HSL color Cylindrical-coordinate representation of color #F8481C: hue angle of 12º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8481C is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 28 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.03 |
| HSL | 12º | 0.94% | 0.54% | - |
| HSV(B) | 12º | 0.89% | 0.97% | - |
| XYZ | 41.24 | 24.68 | 3.69 | - |
| YUV | 119.61 | 76.31 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 28 | 0 | 0.71 | 0.89 | 0.03 | 12 | 0.94 | 0.54 |
| Hex | F8 | 48 | 1C | 0 | 47 | 59 | 3 | C | 5E | 36 |
| Octal | 370 | 110 | 34 | 0 | 107 | 131 | 3 | 14 | 136 | 66 |
| Binary | 11111000 | 1001000 | 11100 | 0 | 1000111 | 1011001 | 11 | 1100 | 1011110 | 110110 |
Color Harmonies of #F8481C
Complementary color
Monochromatic Colors of #F8481C
Black with #F8481C
Text Example
Text Example
White with #F8481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8481C; }
p { color: rgb(248,72,28); }
H1.HeaderClassName
{
color: #F8481C;
}
.AnyTagClassName
{
color: #F8481C;
}
</style>
background-color css
<style>
a { background-color: #F8481C; }
a { background-color: rgb(248,72,28); }
div.DivClassName
{
background-color: #F8481C;
}
.BgClassName
{
background-color: #F8481C;
}
</style>
border-color css
<style>
span { border-color: #F8481C; }
span { border-color: rgb(248,72,28); }
td.TdClassName
{
border-color: #F8481C;
}
.TagClassName
{
border-color: #F8481C;
}
</style>