Shades of Orange Red #F2400D
Tints of Orange Red #F2400D
RGB
CMYK
RGB Variations
Color information
#F2400D (or 0xF2400D) is known color: Orange Red. HEX triplet: F2, 40 and 0D. RGB value is (242,64,13). Sum of RGB (Red+Green+Blue) = 242+64+13=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F2400D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2400D is #0DBFF2. Grayscale: #6F6F6F. Windows color (decimal): -901107 or 868594. OLE color: 868594.
HSL color Cylindrical-coordinate representation of color #F2400D: hue angle of 13.36º 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 #F2400D is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 13 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.05 |
| HSL | 13.36º | 0.9% | 0.5% | - |
| HSV(B) | 13.36º | 0.95% | 0.95% | - |
| XYZ | 38.52 | 22.57 | 2.71 | - |
| YUV | 111.41 | 72.47 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 13 | 0 | 0.74 | 0.95 | 0.05 | 13.36 | 0.9 | 0.5 |
| Hex | F2 | 40 | D | 0 | 4A | 5F | 5 | D | 5A | 32 |
| Octal | 362 | 100 | 15 | 0 | 112 | 137 | 5 | 15 | 132 | 62 |
| Binary | 11110010 | 1000000 | 1101 | 0 | 1001010 | 1011111 | 101 | 1101 | 1011010 | 110010 |
Color Harmonies of #F2400D
Complementary color
Monochromatic Colors of #F2400D
Black with #F2400D
Text Example
Text Example
White with #F2400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2400D; }
p { color: rgb(242,64,13); }
H1.HeaderClassName
{
color: #F2400D;
}
.AnyTagClassName
{
color: #F2400D;
}
</style>
background-color css
<style>
a { background-color: #F2400D; }
a { background-color: rgb(242,64,13); }
div.DivClassName
{
background-color: #F2400D;
}
.BgClassName
{
background-color: #F2400D;
}
</style>
border-color css
<style>
span { border-color: #F2400D; }
span { border-color: rgb(242,64,13); }
td.TdClassName
{
border-color: #F2400D;
}
.TagClassName
{
border-color: #F2400D;
}
</style>