Shades of Orange Red #F2420F
Tints of Orange Red #F2420F
RGB
CMYK
RGB Variations
Color information
#F2420F (or 0xF2420F) is known color: Orange Red. HEX triplet: F2, 42 and 0F. RGB value is (242,66,15). Sum of RGB (Red+Green+Blue) = 242+66+15=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F2420F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2420F is #0DBDF0. Grayscale: #717171. Windows color (decimal): -900593 or 1000178. OLE color: 1000178.
HSL color Cylindrical-coordinate representation of color #F2420F: hue angle of 13.48º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2420F is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 15 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.05 |
| HSL | 13.48º | 0.9% | 0.5% | - |
| HSV(B) | 13.48º | 0.94% | 0.95% | - |
| XYZ | 38.65 | 22.81 | 2.82 | - |
| YUV | 112.81 | 72.81 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 15 | 0 | 0.73 | 0.94 | 0.05 | 13.48 | 0.9 | 0.5 |
| Hex | F2 | 42 | F | 0 | 49 | 5E | 5 | D | 5A | 32 |
| Octal | 362 | 102 | 17 | 0 | 111 | 136 | 5 | 15 | 132 | 62 |
| Binary | 11110010 | 1000010 | 1111 | 0 | 1001001 | 1011110 | 101 | 1101 | 1011010 | 110010 |
Color Harmonies of #F2420F
Complementary color
Monochromatic Colors of #F2420F
Black with #F2420F
Text Example
Text Example
White with #F2420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2420F; }
p { color: rgb(242,66,15); }
H1.HeaderClassName
{
color: #F2420F;
}
.AnyTagClassName
{
color: #F2420F;
}
</style>
background-color css
<style>
a { background-color: #F2420F; }
a { background-color: rgb(242,66,15); }
div.DivClassName
{
background-color: #F2420F;
}
.BgClassName
{
background-color: #F2420F;
}
</style>
border-color css
<style>
span { border-color: #F2420F; }
span { border-color: rgb(242,66,15); }
td.TdClassName
{
border-color: #F2420F;
}
.TagClassName
{
border-color: #F2420F;
}
</style>