Shades of Orange Red #F2400B
Tints of Orange Red #F2400B
RGB
CMYK
RGB Variations
Color information
#F2400B (or 0xF2400B) is known color: Orange Red. HEX triplet: F2, 40 and 0B. RGB value is (242,64,11). Sum of RGB (Red+Green+Blue) = 242+64+11=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F2400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2400B is #0DBFF4. Grayscale: #6F6F6F. Windows color (decimal): -901109 or 737522. OLE color: 737522.
HSL color Cylindrical-coordinate representation of color #F2400B: hue angle of 13.77º 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 #F2400B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 11 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.05 |
| HSL | 13.77º | 0.91% | 0.5% | - |
| HSV(B) | 13.77º | 0.95% | 0.95% | - |
| XYZ | 38.51 | 22.57 | 2.64 | - |
| YUV | 111.18 | 71.47 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 11 | 0 | 0.74 | 0.95 | 0.05 | 13.77 | 0.91 | 0.5 |
| Hex | F2 | 40 | B | 0 | 4A | 5F | 5 | E | 5B | 32 |
| Octal | 362 | 100 | 13 | 0 | 112 | 137 | 5 | 16 | 133 | 62 |
| Binary | 11110010 | 1000000 | 1011 | 0 | 1001010 | 1011111 | 101 | 1110 | 1011011 | 110010 |
Color Harmonies of #F2400B
Complementary color
Monochromatic Colors of #F2400B
Black with #F2400B
Text Example
Text Example
White with #F2400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2400B; }
p { color: rgb(242,64,11); }
H1.HeaderClassName
{
color: #F2400B;
}
.AnyTagClassName
{
color: #F2400B;
}
</style>
background-color css
<style>
a { background-color: #F2400B; }
a { background-color: rgb(242,64,11); }
div.DivClassName
{
background-color: #F2400B;
}
.BgClassName
{
background-color: #F2400B;
}
</style>
border-color css
<style>
span { border-color: #F2400B; }
span { border-color: rgb(242,64,11); }
td.TdClassName
{
border-color: #F2400B;
}
.TagClassName
{
border-color: #F2400B;
}
</style>