Shades of Orange Red #F33B17
Tints of Orange Red #F33B17
RGB
CMYK
RGB Variations
Color information
#F33B17 (or 0xF33B17) is known color: Orange Red. HEX triplet: F3, 3B and 17. RGB value is (243,59,23). Sum of RGB (Red+Green+Blue) = 243+59+23=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F33B17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33B17 is #0CC4E8. Grayscale: #6E6E6E. Windows color (decimal): -836841 or 1522675. OLE color: 1522675.
HSL color Cylindrical-coordinate representation of color #F33B17: hue angle of 9.82º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F33B17 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 23 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.05 |
| HSL | 9.82º | 0.9% | 0.52% | - |
| HSV(B) | 9.82º | 0.91% | 0.95% | - |
| XYZ | 38.68 | 22.24 | 3.07 | - |
| YUV | 109.91 | 78.96 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 23 | 0 | 0.76 | 0.91 | 0.05 | 9.82 | 0.9 | 0.52 |
| Hex | F3 | 3B | 17 | 0 | 4C | 5B | 5 | A | 5A | 34 |
| Octal | 363 | 73 | 27 | 0 | 114 | 133 | 5 | 12 | 132 | 64 |
| Binary | 11110011 | 111011 | 10111 | 0 | 1001100 | 1011011 | 101 | 1010 | 1011010 | 110100 |
Color Harmonies of #F33B17
Complementary color
Monochromatic Colors of #F33B17
Black with #F33B17
Text Example
Text Example
White with #F33B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33B17; }
p { color: rgb(243,59,23); }
H1.HeaderClassName
{
color: #F33B17;
}
.AnyTagClassName
{
color: #F33B17;
}
</style>
background-color css
<style>
a { background-color: #F33B17; }
a { background-color: rgb(243,59,23); }
div.DivClassName
{
background-color: #F33B17;
}
.BgClassName
{
background-color: #F33B17;
}
</style>
border-color css
<style>
span { border-color: #F33B17; }
span { border-color: rgb(243,59,23); }
td.TdClassName
{
border-color: #F33B17;
}
.TagClassName
{
border-color: #F33B17;
}
</style>