Shades of Orange Red #F33F16
Tints of Orange Red #F33F16
RGB
CMYK
RGB Variations
Color information
#F33F16 (or 0xF33F16) is known color: Orange Red. HEX triplet: F3, 3F and 16. RGB value is (243,63,22). Sum of RGB (Red+Green+Blue) = 243+63+22=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33F16 is #0CC0E9. Grayscale: #707070. Windows color (decimal): -835818 or 1458163. OLE color: 1458163.
HSL color Cylindrical-coordinate representation of color #F33F16: hue angle of 11.13º 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 #F33F16 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 22 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.05 |
| HSL | 11.13º | 0.9% | 0.52% | - |
| HSV(B) | 11.13º | 0.91% | 0.95% | - |
| XYZ | 38.88 | 22.67 | 3.08 | - |
| YUV | 112.15 | 77.13 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 22 | 0 | 0.74 | 0.91 | 0.05 | 11.13 | 0.9 | 0.52 |
| Hex | F3 | 3F | 16 | 0 | 4A | 5B | 5 | B | 5A | 34 |
| Octal | 363 | 77 | 26 | 0 | 112 | 133 | 5 | 13 | 132 | 64 |
| Binary | 11110011 | 111111 | 10110 | 0 | 1001010 | 1011011 | 101 | 1011 | 1011010 | 110100 |
Color Harmonies of #F33F16
Complementary color
Monochromatic Colors of #F33F16
Black with #F33F16
Text Example
Text Example
White with #F33F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33F16; }
p { color: rgb(243,63,22); }
H1.HeaderClassName
{
color: #F33F16;
}
.AnyTagClassName
{
color: #F33F16;
}
</style>
background-color css
<style>
a { background-color: #F33F16; }
a { background-color: rgb(243,63,22); }
div.DivClassName
{
background-color: #F33F16;
}
.BgClassName
{
background-color: #F33F16;
}
</style>
border-color css
<style>
span { border-color: #F33F16; }
span { border-color: rgb(243,63,22); }
td.TdClassName
{
border-color: #F33F16;
}
.TagClassName
{
border-color: #F33F16;
}
</style>