Shades of Orange Red #F2360D
Tints of Orange Red #F2360D
RGB
CMYK
RGB Variations
Color information
#F2360D (or 0xF2360D) is known color: Orange Red. HEX triplet: F2, 36 and 0D. RGB value is (242,54,13). Sum of RGB (Red+Green+Blue) = 242+54+13=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F2360D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2360D is #0DC9F2. Grayscale: #696969. Windows color (decimal): -903667 or 866034. OLE color: 866034.
HSL color Cylindrical-coordinate representation of color #F2360D: hue angle of 10.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2360D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 13 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.05 |
| HSL | 10.74º | 0.9% | 0.5% | - |
| HSV(B) | 10.74º | 0.95% | 0.95% | - |
| XYZ | 38.01 | 21.54 | 2.54 | - |
| YUV | 105.54 | 75.78 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 13 | 0 | 0.78 | 0.95 | 0.05 | 10.74 | 0.9 | 0.5 |
| Hex | F2 | 36 | D | 0 | 4E | 5F | 5 | B | 5A | 32 |
| Octal | 362 | 66 | 15 | 0 | 116 | 137 | 5 | 13 | 132 | 62 |
| Binary | 11110010 | 110110 | 1101 | 0 | 1001110 | 1011111 | 101 | 1011 | 1011010 | 110010 |
Color Harmonies of #F2360D
Complementary color
Monochromatic Colors of #F2360D
Black with #F2360D
Text Example
Text Example
White with #F2360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2360D; }
p { color: rgb(242,54,13); }
H1.HeaderClassName
{
color: #F2360D;
}
.AnyTagClassName
{
color: #F2360D;
}
</style>
background-color css
<style>
a { background-color: #F2360D; }
a { background-color: rgb(242,54,13); }
div.DivClassName
{
background-color: #F2360D;
}
.BgClassName
{
background-color: #F2360D;
}
</style>
border-color css
<style>
span { border-color: #F2360D; }
span { border-color: rgb(242,54,13); }
td.TdClassName
{
border-color: #F2360D;
}
.TagClassName
{
border-color: #F2360D;
}
</style>