Shades of Red Orange #F33A20
Tints of Red Orange #F33A20
RGB
CMYK
RGB Variations
Color information
#F33A20 (or 0xF33A20) is known color: Red Orange. HEX triplet: F3, 3A and 20. RGB value is (243,58,32). Sum of RGB (Red+Green+Blue) = 243+58+32=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F33A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33A20 is #0CC5DF. Grayscale: #6E6E6E. Windows color (decimal): -837088 or 2112243. OLE color: 2112243.
HSL color Cylindrical-coordinate representation of color #F33A20: hue angle of 7.39º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F33A20 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 32 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.05 |
| HSL | 7.39º | 0.9% | 0.54% | - |
| HSV(B) | 7.39º | 0.87% | 0.95% | - |
| XYZ | 38.74 | 22.19 | 3.61 | - |
| YUV | 110.35 | 83.79 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 32 | 0 | 0.76 | 0.87 | 0.05 | 7.39 | 0.9 | 0.54 |
| Hex | F3 | 3A | 20 | 0 | 4C | 57 | 5 | 7 | 5A | 36 |
| Octal | 363 | 72 | 40 | 0 | 114 | 127 | 5 | 7 | 132 | 66 |
| Binary | 11110011 | 111010 | 100000 | 0 | 1001100 | 1010111 | 101 | 111 | 1011010 | 110110 |
Color Harmonies of #F33A20
Complementary color
Monochromatic Colors of #F33A20
Black with #F33A20
Text Example
Text Example
White with #F33A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33A20; }
p { color: rgb(243,58,32); }
H1.HeaderClassName
{
color: #F33A20;
}
.AnyTagClassName
{
color: #F33A20;
}
</style>
background-color css
<style>
a { background-color: #F33A20; }
a { background-color: rgb(243,58,32); }
div.DivClassName
{
background-color: #F33A20;
}
.BgClassName
{
background-color: #F33A20;
}
</style>
border-color css
<style>
span { border-color: #F33A20; }
span { border-color: rgb(243,58,32); }
td.TdClassName
{
border-color: #F33A20;
}
.TagClassName
{
border-color: #F33A20;
}
</style>