Shades of Orange Red #F23C06
Tints of Orange Red #F23C06
RGB
CMYK
RGB Variations
Color information
#F23C06 (or 0xF23C06) is known color: Orange Red. HEX triplet: F2, 3C and 06. RGB value is (242,60,6). Sum of RGB (Red+Green+Blue) = 242+60+6=308 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.57% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23C06 is #0DC3F9. Grayscale: #6C6C6C. Windows color (decimal): -902138 or 408818. OLE color: 408818.
HSL color Cylindrical-coordinate representation of color #F23C06: hue angle of 13.73º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F23C06 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 6 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.05 |
| HSL | 13.73º | 0.95% | 0.49% | - |
| HSV(B) | 13.73º | 0.98% | 0.95% | - |
| XYZ | 38.27 | 22.12 | 2.43 | - |
| YUV | 108.26 | 70.3 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 6 | 0 | 0.75 | 0.98 | 0.05 | 13.73 | 0.95 | 0.49 |
| Hex | F2 | 3C | 6 | 0 | 4B | 62 | 5 | E | 5F | 31 |
| Octal | 362 | 74 | 6 | 0 | 113 | 142 | 5 | 16 | 137 | 61 |
| Binary | 11110010 | 111100 | 110 | 0 | 1001011 | 1100010 | 101 | 1110 | 1011111 | 110001 |
Color Harmonies of #F23C06
Complementary color
Monochromatic Colors of #F23C06
Black with #F23C06
Text Example
Text Example
White with #F23C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C06; }
p { color: rgb(242,60,6); }
H1.HeaderClassName
{
color: #F23C06;
}
.AnyTagClassName
{
color: #F23C06;
}
</style>
background-color css
<style>
a { background-color: #F23C06; }
a { background-color: rgb(242,60,6); }
div.DivClassName
{
background-color: #F23C06;
}
.BgClassName
{
background-color: #F23C06;
}
</style>
border-color css
<style>
span { border-color: #F23C06; }
span { border-color: rgb(242,60,6); }
td.TdClassName
{
border-color: #F23C06;
}
.TagClassName
{
border-color: #F23C06;
}
</style>