Shades of Orange Red #F0360A
Tints of Orange Red #F0360A
RGB
CMYK
RGB Variations
Color information
#F0360A (or 0xF0360A) is known color: Orange Red. HEX triplet: F0, 36 and 0A. RGB value is (240,54,10). Sum of RGB (Red+Green+Blue) = 240+54+10=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F0360A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0360A is #0FC9F5. Grayscale: #686868. Windows color (decimal): -1034742 or 669424. OLE color: 669424.
HSL color Cylindrical-coordinate representation of color #F0360A: hue angle of 11.48º 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 #F0360A is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 10 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.06 |
| HSL | 11.48º | 0.92% | 0.49% | - |
| HSV(B) | 11.48º | 0.96% | 0.94% | - |
| XYZ | 37.31 | 21.19 | 2.41 | - |
| YUV | 104.6 | 74.62 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 10 | 0 | 0.78 | 0.96 | 0.06 | 11.48 | 0.92 | 0.49 |
| Hex | F0 | 36 | A | 0 | 4E | 60 | 6 | B | 5C | 31 |
| Octal | 360 | 66 | 12 | 0 | 116 | 140 | 6 | 13 | 134 | 61 |
| Binary | 11110000 | 110110 | 1010 | 0 | 1001110 | 1100000 | 110 | 1011 | 1011100 | 110001 |
Color Harmonies of #F0360A
Complementary color
Monochromatic Colors of #F0360A
Black with #F0360A
Text Example
Text Example
White with #F0360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0360A; }
p { color: rgb(240,54,10); }
H1.HeaderClassName
{
color: #F0360A;
}
.AnyTagClassName
{
color: #F0360A;
}
</style>
background-color css
<style>
a { background-color: #F0360A; }
a { background-color: rgb(240,54,10); }
div.DivClassName
{
background-color: #F0360A;
}
.BgClassName
{
background-color: #F0360A;
}
</style>
border-color css
<style>
span { border-color: #F0360A; }
span { border-color: rgb(240,54,10); }
td.TdClassName
{
border-color: #F0360A;
}
.TagClassName
{
border-color: #F0360A;
}
</style>