Shades of Orange Red #F33F10
Tints of Orange Red #F33F10
RGB
CMYK
RGB Variations
Color information
#F33F10 (or 0xF33F10) is known color: Orange Red. HEX triplet: F3, 3F and 10. RGB value is (243,63,16). Sum of RGB (Red+Green+Blue) = 243+63+16=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33F10 is #0CC0EF. Grayscale: #6F6F6F. Windows color (decimal): -835824 or 1064947. OLE color: 1064947.
HSL color Cylindrical-coordinate representation of color #F33F10: hue angle of 12.42º 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 #F33F10 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 16 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.05 |
| HSL | 12.42º | 0.9% | 0.51% | - |
| HSV(B) | 12.42º | 0.93% | 0.95% | - |
| XYZ | 38.83 | 22.65 | 2.81 | - |
| YUV | 111.46 | 74.13 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 16 | 0 | 0.74 | 0.93 | 0.05 | 12.42 | 0.9 | 0.51 |
| Hex | F3 | 3F | 10 | 0 | 4A | 5D | 5 | C | 5A | 33 |
| Octal | 363 | 77 | 20 | 0 | 112 | 135 | 5 | 14 | 132 | 63 |
| Binary | 11110011 | 111111 | 10000 | 0 | 1001010 | 1011101 | 101 | 1100 | 1011010 | 110011 |
Color Harmonies of #F33F10
Complementary color
Monochromatic Colors of #F33F10
Black with #F33F10
Text Example
Text Example
White with #F33F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33F10; }
p { color: rgb(243,63,16); }
H1.HeaderClassName
{
color: #F33F10;
}
.AnyTagClassName
{
color: #F33F10;
}
</style>
background-color css
<style>
a { background-color: #F33F10; }
a { background-color: rgb(243,63,16); }
div.DivClassName
{
background-color: #F33F10;
}
.BgClassName
{
background-color: #F33F10;
}
</style>
border-color css
<style>
span { border-color: #F33F10; }
span { border-color: rgb(243,63,16); }
td.TdClassName
{
border-color: #F33F10;
}
.TagClassName
{
border-color: #F33F10;
}
</style>