Shades of Orange Red #F2430B
Tints of Orange Red #F2430B
RGB
CMYK
RGB Variations
Color information
#F2430B (or 0xF2430B) is known color: Orange Red. HEX triplet: F2, 43 and 0B. RGB value is (242,67,11). Sum of RGB (Red+Green+Blue) = 242+67+11=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F2430B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2430B is #0DBCF4. Grayscale: #717171. Windows color (decimal): -900341 or 738290. OLE color: 738290.
HSL color Cylindrical-coordinate representation of color #F2430B: hue angle of 14.55º 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 #F2430B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.05 |
| HSL | 14.55º | 0.91% | 0.5% | - |
| HSV(B) | 14.55º | 0.95% | 0.95% | - |
| XYZ | 38.69 | 22.92 | 2.7 | - |
| YUV | 112.94 | 70.48 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 11 | 0 | 0.72 | 0.95 | 0.05 | 14.55 | 0.91 | 0.5 |
| Hex | F2 | 43 | B | 0 | 48 | 5F | 5 | F | 5B | 32 |
| Octal | 362 | 103 | 13 | 0 | 110 | 137 | 5 | 17 | 133 | 62 |
| Binary | 11110010 | 1000011 | 1011 | 0 | 1001000 | 1011111 | 101 | 1111 | 1011011 | 110010 |
Color Harmonies of #F2430B
Complementary color
Monochromatic Colors of #F2430B
Black with #F2430B
Text Example
Text Example
White with #F2430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2430B; }
p { color: rgb(242,67,11); }
H1.HeaderClassName
{
color: #F2430B;
}
.AnyTagClassName
{
color: #F2430B;
}
</style>
background-color css
<style>
a { background-color: #F2430B; }
a { background-color: rgb(242,67,11); }
div.DivClassName
{
background-color: #F2430B;
}
.BgClassName
{
background-color: #F2430B;
}
</style>
border-color css
<style>
span { border-color: #F2430B; }
span { border-color: rgb(242,67,11); }
td.TdClassName
{
border-color: #F2430B;
}
.TagClassName
{
border-color: #F2430B;
}
</style>