Shades of Orange Red #F23B06
Tints of Orange Red #F23B06
RGB
CMYK
RGB Variations
Color information
#F23B06 (or 0xF23B06) is known color: Orange Red. HEX triplet: F2, 3B and 06. RGB value is (242,59,6). Sum of RGB (Red+Green+Blue) = 242+59+6=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23B06 is #0DC4F9. Grayscale: #6C6C6C. Windows color (decimal): -902394 or 408562. OLE color: 408562.
HSL color Cylindrical-coordinate representation of color #F23B06: hue angle of 13.47º 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 #F23B06 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 59 | 6 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.05 |
| HSL | 13.47º | 0.95% | 0.49% | - |
| HSV(B) | 13.47º | 0.98% | 0.95% | - |
| XYZ | 38.21 | 22.02 | 2.41 | - |
| YUV | 107.68 | 70.63 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 6 | 0 | 0.76 | 0.98 | 0.05 | 13.47 | 0.95 | 0.49 |
| Hex | F2 | 3B | 6 | 0 | 4C | 62 | 5 | D | 5F | 31 |
| Octal | 362 | 73 | 6 | 0 | 114 | 142 | 5 | 15 | 137 | 61 |
| Binary | 11110010 | 111011 | 110 | 0 | 1001100 | 1100010 | 101 | 1101 | 1011111 | 110001 |
Color Harmonies of #F23B06
Complementary color
Monochromatic Colors of #F23B06
Black with #F23B06
Text Example
Text Example
White with #F23B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23B06; }
p { color: rgb(242,59,6); }
H1.HeaderClassName
{
color: #F23B06;
}
.AnyTagClassName
{
color: #F23B06;
}
</style>
background-color css
<style>
a { background-color: #F23B06; }
a { background-color: rgb(242,59,6); }
div.DivClassName
{
background-color: #F23B06;
}
.BgClassName
{
background-color: #F23B06;
}
</style>
border-color css
<style>
span { border-color: #F23B06; }
span { border-color: rgb(242,59,6); }
td.TdClassName
{
border-color: #F23B06;
}
.TagClassName
{
border-color: #F23B06;
}
</style>