Shades of Orange Red #F0370A
Tints of Orange Red #F0370A
RGB
CMYK
RGB Variations
Color information
#F0370A (or 0xF0370A) is known color: Orange Red. HEX triplet: F0, 37 and 0A. RGB value is (240,55,10). Sum of RGB (Red+Green+Blue) = 240+55+10=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F0370A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0370A is #0FC8F5. Grayscale: #696969. Windows color (decimal): -1034486 or 669680. OLE color: 669680.
HSL color Cylindrical-coordinate representation of color #F0370A: hue angle of 11.74º 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 #F0370A is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 10 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.06 |
| HSL | 11.74º | 0.92% | 0.49% | - |
| HSV(B) | 11.74º | 0.96% | 0.94% | - |
| XYZ | 37.36 | 21.28 | 2.43 | - |
| YUV | 105.19 | 74.29 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 10 | 0 | 0.77 | 0.96 | 0.06 | 11.74 | 0.92 | 0.49 |
| Hex | F0 | 37 | A | 0 | 4D | 60 | 6 | C | 5C | 31 |
| Octal | 360 | 67 | 12 | 0 | 115 | 140 | 6 | 14 | 134 | 61 |
| Binary | 11110000 | 110111 | 1010 | 0 | 1001101 | 1100000 | 110 | 1100 | 1011100 | 110001 |
Color Harmonies of #F0370A
Complementary color
Monochromatic Colors of #F0370A
Black with #F0370A
Text Example
Text Example
White with #F0370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0370A; }
p { color: rgb(240,55,10); }
H1.HeaderClassName
{
color: #F0370A;
}
.AnyTagClassName
{
color: #F0370A;
}
</style>
background-color css
<style>
a { background-color: #F0370A; }
a { background-color: rgb(240,55,10); }
div.DivClassName
{
background-color: #F0370A;
}
.BgClassName
{
background-color: #F0370A;
}
</style>
border-color css
<style>
span { border-color: #F0370A; }
span { border-color: rgb(240,55,10); }
td.TdClassName
{
border-color: #F0370A;
}
.TagClassName
{
border-color: #F0370A;
}
</style>