Shades of Orange Red #F33C17
Tints of Orange Red #F33C17
RGB
CMYK
RGB Variations
Color information
#F33C17 (or 0xF33C17) is known color: Orange Red. HEX triplet: F3, 3C and 17. RGB value is (243,60,23). Sum of RGB (Red+Green+Blue) = 243+60+23=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33C17 is #0CC3E8. Grayscale: #6E6E6E. Windows color (decimal): -836585 or 1522931. OLE color: 1522931.
HSL color Cylindrical-coordinate representation of color #F33C17: hue angle of 10.09º 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 #F33C17 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 23 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.05 |
| HSL | 10.09º | 0.9% | 0.52% | - |
| HSV(B) | 10.09º | 0.91% | 0.95% | - |
| XYZ | 38.73 | 22.35 | 3.08 | - |
| YUV | 110.5 | 78.63 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 23 | 0 | 0.75 | 0.91 | 0.05 | 10.09 | 0.9 | 0.52 |
| Hex | F3 | 3C | 17 | 0 | 4B | 5B | 5 | A | 5A | 34 |
| Octal | 363 | 74 | 27 | 0 | 113 | 133 | 5 | 12 | 132 | 64 |
| Binary | 11110011 | 111100 | 10111 | 0 | 1001011 | 1011011 | 101 | 1010 | 1011010 | 110100 |
Color Harmonies of #F33C17
Complementary color
Monochromatic Colors of #F33C17
Black with #F33C17
Text Example
Text Example
White with #F33C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C17; }
p { color: rgb(243,60,23); }
H1.HeaderClassName
{
color: #F33C17;
}
.AnyTagClassName
{
color: #F33C17;
}
</style>
background-color css
<style>
a { background-color: #F33C17; }
a { background-color: rgb(243,60,23); }
div.DivClassName
{
background-color: #F33C17;
}
.BgClassName
{
background-color: #F33C17;
}
</style>
border-color css
<style>
span { border-color: #F33C17; }
span { border-color: rgb(243,60,23); }
td.TdClassName
{
border-color: #F33C17;
}
.TagClassName
{
border-color: #F33C17;
}
</style>