Shades of Orange Red #F23610
Tints of Orange Red #F23610
RGB
CMYK
RGB Variations
Color information
#F23610 (or 0xF23610) is known color: Orange Red. HEX triplet: F2, 36 and 10. RGB value is (242,54,16). Sum of RGB (Red+Green+Blue) = 242+54+16=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F23610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23610 is #0DC9EF. Grayscale: #6A6A6A. Windows color (decimal): -903664 or 1062642. OLE color: 1062642.
HSL color Cylindrical-coordinate representation of color #F23610: hue angle of 10.09º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F23610 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 16 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.05 |
| HSL | 10.09º | 0.9% | 0.51% | - |
| HSV(B) | 10.09º | 0.93% | 0.95% | - |
| XYZ | 38.03 | 21.55 | 2.65 | - |
| YUV | 105.88 | 77.28 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 16 | 0 | 0.78 | 0.93 | 0.05 | 10.09 | 0.9 | 0.51 |
| Hex | F2 | 36 | 10 | 0 | 4E | 5D | 5 | A | 5A | 33 |
| Octal | 362 | 66 | 20 | 0 | 116 | 135 | 5 | 12 | 132 | 63 |
| Binary | 11110010 | 110110 | 10000 | 0 | 1001110 | 1011101 | 101 | 1010 | 1011010 | 110011 |
Color Harmonies of #F23610
Complementary color
Monochromatic Colors of #F23610
Black with #F23610
Text Example
Text Example
White with #F23610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23610; }
p { color: rgb(242,54,16); }
H1.HeaderClassName
{
color: #F23610;
}
.AnyTagClassName
{
color: #F23610;
}
</style>
background-color css
<style>
a { background-color: #F23610; }
a { background-color: rgb(242,54,16); }
div.DivClassName
{
background-color: #F23610;
}
.BgClassName
{
background-color: #F23610;
}
</style>
border-color css
<style>
span { border-color: #F23610; }
span { border-color: rgb(242,54,16); }
td.TdClassName
{
border-color: #F23610;
}
.TagClassName
{
border-color: #F23610;
}
</style>