Shades of Orange Red #F84A1A
Tints of Orange Red #F84A1A
RGB
CMYK
RGB Variations
Color information
#F84A1A (or 0xF84A1A) is known color: Orange Red. HEX triplet: F8, 4A and 1A. RGB value is (248,74,26). Sum of RGB (Red+Green+Blue) = 248+74+26=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84A1A is #07B5E5. Grayscale: #787878. Windows color (decimal): -505318 or 1723128. OLE color: 1723128.
HSL color Cylindrical-coordinate representation of color #F84A1A: hue angle of 12.97º 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 #F84A1A is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 26 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.03 |
| HSL | 12.97º | 0.94% | 0.54% | - |
| HSV(B) | 12.97º | 0.9% | 0.97% | - |
| XYZ | 41.35 | 24.93 | 3.61 | - |
| YUV | 120.55 | 74.65 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 26 | 0 | 0.70 | 0.90 | 0.03 | 12.97 | 0.94 | 0.54 |
| Hex | F8 | 4A | 1A | 0 | 46 | 5A | 3 | D | 5E | 36 |
| Octal | 370 | 112 | 32 | 0 | 106 | 132 | 3 | 15 | 136 | 66 |
| Binary | 11111000 | 1001010 | 11010 | 0 | 1000110 | 1011010 | 11 | 1101 | 1011110 | 110110 |
Color Harmonies of #F84A1A
Complementary color
Monochromatic Colors of #F84A1A
Black with #F84A1A
Text Example
Text Example
White with #F84A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84A1A; }
p { color: rgb(248,74,26); }
H1.HeaderClassName
{
color: #F84A1A;
}
.AnyTagClassName
{
color: #F84A1A;
}
</style>
background-color css
<style>
a { background-color: #F84A1A; }
a { background-color: rgb(248,74,26); }
div.DivClassName
{
background-color: #F84A1A;
}
.BgClassName
{
background-color: #F84A1A;
}
</style>
border-color css
<style>
span { border-color: #F84A1A; }
span { border-color: rgb(248,74,26); }
td.TdClassName
{
border-color: #F84A1A;
}
.TagClassName
{
border-color: #F84A1A;
}
</style>