Shades of Orange Red #F2480E
Tints of Orange Red #F2480E
RGB
CMYK
RGB Variations
Color information
#F2480E (or 0xF2480E) is known color: Orange Red. HEX triplet: F2, 48 and 0E. RGB value is (242,72,14). Sum of RGB (Red+Green+Blue) = 242+72+14=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F2480E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2480E is #0DB7F1. Grayscale: #747474. Windows color (decimal): -899058 or 936178. OLE color: 936178.
HSL color Cylindrical-coordinate representation of color #F2480E: hue angle of 15.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2480E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 14 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.05 |
| HSL | 15.26º | 0.9% | 0.5% | - |
| HSV(B) | 15.26º | 0.94% | 0.95% | - |
| XYZ | 39.01 | 23.54 | 2.9 | - |
| YUV | 116.22 | 70.32 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 14 | 0 | 0.70 | 0.94 | 0.05 | 15.26 | 0.9 | 0.5 |
| Hex | F2 | 48 | E | 0 | 46 | 5E | 5 | F | 5A | 32 |
| Octal | 362 | 110 | 16 | 0 | 106 | 136 | 5 | 17 | 132 | 62 |
| Binary | 11110010 | 1001000 | 1110 | 0 | 1000110 | 1011110 | 101 | 1111 | 1011010 | 110010 |
Color Harmonies of #F2480E
Complementary color
Monochromatic Colors of #F2480E
Black with #F2480E
Text Example
Text Example
White with #F2480E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2480E; }
p { color: rgb(242,72,14); }
H1.HeaderClassName
{
color: #F2480E;
}
.AnyTagClassName
{
color: #F2480E;
}
</style>
background-color css
<style>
a { background-color: #F2480E; }
a { background-color: rgb(242,72,14); }
div.DivClassName
{
background-color: #F2480E;
}
.BgClassName
{
background-color: #F2480E;
}
</style>
border-color css
<style>
span { border-color: #F2480E; }
span { border-color: rgb(242,72,14); }
td.TdClassName
{
border-color: #F2480E;
}
.TagClassName
{
border-color: #F2480E;
}
</style>