Shades of Orange Red #F23C00
Tints of Orange Red #F23C00
RGB
CMYK
RGB Variations
Color information
#F23C00 (or 0xF23C00) is known color: Orange Red. HEX triplet: F2, 3C and 00. RGB value is (242,60,0). Sum of RGB (Red+Green+Blue) = 242+60+0=302 (40% of max value = 765). Red value is 242 (94.92% from 255 or 80.13% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23C00 is #0DC3FF. Grayscale: #6C6C6C. Windows color (decimal): -902144 or 15602. OLE color: 15602.
HSL color Cylindrical-coordinate representation of color #F23C00: hue angle of 14.88º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F23C00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.05 |
| HSL | 14.88º | 1% | 0.47% | - |
| HSV(B) | 14.88º | 1% | 0.95% | - |
| XYZ | 38.23 | 22.11 | 2.25 | - |
| YUV | 107.58 | 67.3 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 0 | 0 | 0.75 | 1 | 0.05 | 14.88 | 1 | 0.47 |
| Hex | F2 | 3C | 0 | 0 | 4B | 64 | 5 | F | 64 | 2F |
| Octal | 362 | 74 | 0 | 0 | 113 | 144 | 5 | 17 | 144 | 57 |
| Binary | 11110010 | 111100 | 0 | 0 | 1001011 | 1100100 | 101 | 1111 | 1100100 | 101111 |
Color Harmonies of #F23C00
Complementary color
Monochromatic Colors of #F23C00
Black with #F23C00
Text Example
Text Example
White with #F23C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C00; }
p { color: rgb(242,60,0); }
H1.HeaderClassName
{
color: #F23C00;
}
.AnyTagClassName
{
color: #F23C00;
}
</style>
background-color css
<style>
a { background-color: #F23C00; }
a { background-color: rgb(242,60,0); }
div.DivClassName
{
background-color: #F23C00;
}
.BgClassName
{
background-color: #F23C00;
}
</style>
border-color css
<style>
span { border-color: #F23C00; }
span { border-color: rgb(242,60,0); }
td.TdClassName
{
border-color: #F23C00;
}
.TagClassName
{
border-color: #F23C00;
}
</style>