Shades of Orange Red #F2360C
Tints of Orange Red #F2360C
RGB
CMYK
RGB Variations
Color information
#F2360C (or 0xF2360C) is known color: Orange Red. HEX triplet: F2, 36 and 0C. RGB value is (242,54,12). Sum of RGB (Red+Green+Blue) = 242+54+12=308 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.57% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 242 - color contains mainly: red. Hex color #F2360C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2360C is #0DC9F3. Grayscale: #696969. Windows color (decimal): -903668 or 800498. OLE color: 800498.
HSL color Cylindrical-coordinate representation of color #F2360C: hue angle of 10.96º degrees, saturation: 0.91, 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 #F2360C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 12 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.05 |
| HSL | 10.96º | 0.91% | 0.5% | - |
| HSV(B) | 10.96º | 0.95% | 0.95% | - |
| XYZ | 38 | 21.54 | 2.5 | - |
| YUV | 105.42 | 75.28 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 12 | 0 | 0.78 | 0.95 | 0.05 | 10.96 | 0.91 | 0.5 |
| Hex | F2 | 36 | C | 0 | 4E | 5F | 5 | B | 5B | 32 |
| Octal | 362 | 66 | 14 | 0 | 116 | 137 | 5 | 13 | 133 | 62 |
| Binary | 11110010 | 110110 | 1100 | 0 | 1001110 | 1011111 | 101 | 1011 | 1011011 | 110010 |
Color Harmonies of #F2360C
Complementary color
Monochromatic Colors of #F2360C
Black with #F2360C
Text Example
Text Example
White with #F2360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2360C; }
p { color: rgb(242,54,12); }
H1.HeaderClassName
{
color: #F2360C;
}
.AnyTagClassName
{
color: #F2360C;
}
</style>
background-color css
<style>
a { background-color: #F2360C; }
a { background-color: rgb(242,54,12); }
div.DivClassName
{
background-color: #F2360C;
}
.BgClassName
{
background-color: #F2360C;
}
</style>
border-color css
<style>
span { border-color: #F2360C; }
span { border-color: rgb(242,54,12); }
td.TdClassName
{
border-color: #F2360C;
}
.TagClassName
{
border-color: #F2360C;
}
</style>