Shades of Orange Red #F33C10
Tints of Orange Red #F33C10
RGB
CMYK
RGB Variations
Color information
#F33C10 (or 0xF33C10) is known color: Orange Red. HEX triplet: F3, 3C and 10. RGB value is (243,60,16). Sum of RGB (Red+Green+Blue) = 243+60+16=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33C10 is #0CC3EF. Grayscale: #6E6E6E. Windows color (decimal): -836592 or 1064179. OLE color: 1064179.
HSL color Cylindrical-coordinate representation of color #F33C10: hue angle of 11.63º 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 #F33C10 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 16 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.05 |
| HSL | 11.63º | 0.9% | 0.51% | - |
| HSV(B) | 11.63º | 0.93% | 0.95% | - |
| XYZ | 38.67 | 22.32 | 2.76 | - |
| YUV | 109.7 | 75.13 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 16 | 0 | 0.75 | 0.93 | 0.05 | 11.63 | 0.9 | 0.51 |
| Hex | F3 | 3C | 10 | 0 | 4B | 5D | 5 | C | 5A | 33 |
| Octal | 363 | 74 | 20 | 0 | 113 | 135 | 5 | 14 | 132 | 63 |
| Binary | 11110011 | 111100 | 10000 | 0 | 1001011 | 1011101 | 101 | 1100 | 1011010 | 110011 |
Color Harmonies of #F33C10
Complementary color
Monochromatic Colors of #F33C10
Black with #F33C10
Text Example
Text Example
White with #F33C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C10; }
p { color: rgb(243,60,16); }
H1.HeaderClassName
{
color: #F33C10;
}
.AnyTagClassName
{
color: #F33C10;
}
</style>
background-color css
<style>
a { background-color: #F33C10; }
a { background-color: rgb(243,60,16); }
div.DivClassName
{
background-color: #F33C10;
}
.BgClassName
{
background-color: #F33C10;
}
</style>
border-color css
<style>
span { border-color: #F33C10; }
span { border-color: rgb(243,60,16); }
td.TdClassName
{
border-color: #F33C10;
}
.TagClassName
{
border-color: #F33C10;
}
</style>