Shades of Orange Red #F33E10
Tints of Orange Red #F33E10
RGB
CMYK
RGB Variations
Color information
#F33E10 (or 0xF33E10) is known color: Orange Red. HEX triplet: F3, 3E and 10. RGB value is (243,62,16). Sum of RGB (Red+Green+Blue) = 243+62+16=321 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.70% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 243 - color contains mainly: red. Hex color #F33E10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33E10 is #0CC1EF. Grayscale: #6F6F6F. Windows color (decimal): -836080 or 1064691. OLE color: 1064691.
HSL color Cylindrical-coordinate representation of color #F33E10: hue angle of 12.16º 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 #F33E10 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 62 | 16 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.05 |
| HSL | 12.16º | 0.9% | 0.51% | - |
| HSV(B) | 12.16º | 0.93% | 0.95% | - |
| XYZ | 38.78 | 22.54 | 2.8 | - |
| YUV | 110.88 | 74.47 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 62 | 16 | 0 | 0.74 | 0.93 | 0.05 | 12.16 | 0.9 | 0.51 |
| Hex | F3 | 3E | 10 | 0 | 4A | 5D | 5 | C | 5A | 33 |
| Octal | 363 | 76 | 20 | 0 | 112 | 135 | 5 | 14 | 132 | 63 |
| Binary | 11110011 | 111110 | 10000 | 0 | 1001010 | 1011101 | 101 | 1100 | 1011010 | 110011 |
Color Harmonies of #F33E10
Complementary color
Monochromatic Colors of #F33E10
Black with #F33E10
Text Example
Text Example
White with #F33E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33E10; }
p { color: rgb(243,62,16); }
H1.HeaderClassName
{
color: #F33E10;
}
.AnyTagClassName
{
color: #F33E10;
}
</style>
background-color css
<style>
a { background-color: #F33E10; }
a { background-color: rgb(243,62,16); }
div.DivClassName
{
background-color: #F33E10;
}
.BgClassName
{
background-color: #F33E10;
}
</style>
border-color css
<style>
span { border-color: #F33E10; }
span { border-color: rgb(243,62,16); }
td.TdClassName
{
border-color: #F33E10;
}
.TagClassName
{
border-color: #F33E10;
}
</style>