Shades of Red Orange #F84A2B
Tints of Red Orange #F84A2B
RGB
CMYK
RGB Variations
Color information
#F84A2B (or 0xF84A2B) is known color: Red Orange. HEX triplet: F8, 4A and 2B. RGB value is (248,74,43). Sum of RGB (Red+Green+Blue) = 248+74+43=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84A2B is #07B5D4. Grayscale: #7A7A7A. Windows color (decimal): -505301 or 2837240. OLE color: 2837240.
HSL color Cylindrical-coordinate representation of color #F84A2B: hue angle of 9.07º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F84A2B is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 43 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.03 |
| HSL | 9.07º | 0.94% | 0.57% | - |
| HSV(B) | 9.07º | 0.83% | 0.97% | - |
| XYZ | 41.6 | 25.03 | 4.92 | - |
| YUV | 122.49 | 83.15 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 43 | 0 | 0.70 | 0.83 | 0.03 | 9.07 | 0.94 | 0.57 |
| Hex | F8 | 4A | 2B | 0 | 46 | 53 | 3 | 9 | 5E | 39 |
| Octal | 370 | 112 | 53 | 0 | 106 | 123 | 3 | 11 | 136 | 71 |
| Binary | 11111000 | 1001010 | 101011 | 0 | 1000110 | 1010011 | 11 | 1001 | 1011110 | 111001 |
Color Harmonies of #F84A2B
Complementary color
Monochromatic Colors of #F84A2B
Black with #F84A2B
Text Example
Text Example
White with #F84A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84A2B; }
p { color: rgb(248,74,43); }
H1.HeaderClassName
{
color: #F84A2B;
}
.AnyTagClassName
{
color: #F84A2B;
}
</style>
background-color css
<style>
a { background-color: #F84A2B; }
a { background-color: rgb(248,74,43); }
div.DivClassName
{
background-color: #F84A2B;
}
.BgClassName
{
background-color: #F84A2B;
}
</style>
border-color css
<style>
span { border-color: #F84A2B; }
span { border-color: rgb(248,74,43); }
td.TdClassName
{
border-color: #F84A2B;
}
.TagClassName
{
border-color: #F84A2B;
}
</style>