Shades of Orange Red #F0480A
Tints of Orange Red #F0480A
RGB
CMYK
RGB Variations
Color information
#F0480A (or 0xF0480A) is known color: Orange Red. HEX triplet: F0, 48 and 0A. RGB value is (240,72,10). Sum of RGB (Red+Green+Blue) = 240+72+10=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F0480A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0480A is #0FB7F5. Grayscale: #737373. Windows color (decimal): -1030134 or 674032. OLE color: 674032.
HSL color Cylindrical-coordinate representation of color #F0480A: hue angle of 16.17º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0480A is Cyan = 0, Magento = 0.7, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 10 | - |
| CMYK | 0 | 0.7 | 0.96 | 0.06 |
| HSL | 16.17º | 0.92% | 0.49% | - |
| HSV(B) | 16.17º | 0.96% | 0.94% | - |
| XYZ | 38.31 | 23.18 | 2.74 | - |
| YUV | 115.16 | 68.66 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 10 | 0 | 0.7 | 0.96 | 0.06 | 16.17 | 0.92 | 0.49 |
| Hex | F0 | 48 | A | 0 | 46 | 60 | 6 | 10 | 5C | 31 |
| Octal | 360 | 110 | 12 | 0 | 106 | 140 | 6 | 20 | 134 | 61 |
| Binary | 11110000 | 1001000 | 1010 | 0 | 1000110 | 1100000 | 110 | 10000 | 1011100 | 110001 |
Color Harmonies of #F0480A
Complementary color
Monochromatic Colors of #F0480A
Black with #F0480A
Text Example
Text Example
White with #F0480A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0480A; }
p { color: rgb(240,72,10); }
H1.HeaderClassName
{
color: #F0480A;
}
.AnyTagClassName
{
color: #F0480A;
}
</style>
background-color css
<style>
a { background-color: #F0480A; }
a { background-color: rgb(240,72,10); }
div.DivClassName
{
background-color: #F0480A;
}
.BgClassName
{
background-color: #F0480A;
}
</style>
border-color css
<style>
span { border-color: #F0480A; }
span { border-color: rgb(240,72,10); }
td.TdClassName
{
border-color: #F0480A;
}
.TagClassName
{
border-color: #F0480A;
}
</style>