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