Shades of Orange Red #F33B11
Tints of Orange Red #F33B11
RGB
CMYK
RGB Variations
Color information
#F33B11 (or 0xF33B11) is known color: Orange Red. HEX triplet: F3, 3B and 11. RGB value is (243,59,17). Sum of RGB (Red+Green+Blue) = 243+59+17=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F33B11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33B11 is #0CC4EE. Grayscale: #6D6D6D. Windows color (decimal): -836847 or 1129459. OLE color: 1129459.
HSL color Cylindrical-coordinate representation of color #F33B11: hue angle of 11.15º 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 #F33B11 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 17 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.05 |
| HSL | 11.15º | 0.9% | 0.51% | - |
| HSV(B) | 11.15º | 0.93% | 0.95% | - |
| XYZ | 38.63 | 22.22 | 2.78 | - |
| YUV | 109.23 | 75.96 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 17 | 0 | 0.76 | 0.93 | 0.05 | 11.15 | 0.9 | 0.51 |
| Hex | F3 | 3B | 11 | 0 | 4C | 5D | 5 | B | 5A | 33 |
| Octal | 363 | 73 | 21 | 0 | 114 | 135 | 5 | 13 | 132 | 63 |
| Binary | 11110011 | 111011 | 10001 | 0 | 1001100 | 1011101 | 101 | 1011 | 1011010 | 110011 |
Color Harmonies of #F33B11
Complementary color
Monochromatic Colors of #F33B11
Black with #F33B11
Text Example
Text Example
White with #F33B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33B11; }
p { color: rgb(243,59,17); }
H1.HeaderClassName
{
color: #F33B11;
}
.AnyTagClassName
{
color: #F33B11;
}
</style>
background-color css
<style>
a { background-color: #F33B11; }
a { background-color: rgb(243,59,17); }
div.DivClassName
{
background-color: #F33B11;
}
.BgClassName
{
background-color: #F33B11;
}
</style>
border-color css
<style>
span { border-color: #F33B11; }
span { border-color: rgb(243,59,17); }
td.TdClassName
{
border-color: #F33B11;
}
.TagClassName
{
border-color: #F33B11;
}
</style>