Shades of Red Orange #F34021
Tints of Red Orange #F34021
RGB
CMYK
RGB Variations
Color information
#F34021 (or 0xF34021) is known color: Red Orange. HEX triplet: F3, 40 and 21. RGB value is (243,64,33). Sum of RGB (Red+Green+Blue) = 243+64+33=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F34021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34021 is #0CBFDE. Grayscale: #727272. Windows color (decimal): -835551 or 2179315. OLE color: 2179315.
HSL color Cylindrical-coordinate representation of color #F34021: hue angle of 8.86º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F34021 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 33 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.05 |
| HSL | 8.86º | 0.9% | 0.54% | - |
| HSV(B) | 8.86º | 0.86% | 0.95% | - |
| XYZ | 39.07 | 22.83 | 3.79 | - |
| YUV | 113.99 | 82.3 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 33 | 0 | 0.74 | 0.86 | 0.05 | 8.86 | 0.9 | 0.54 |
| Hex | F3 | 40 | 21 | 0 | 4A | 56 | 5 | 9 | 5A | 36 |
| Octal | 363 | 100 | 41 | 0 | 112 | 126 | 5 | 11 | 132 | 66 |
| Binary | 11110011 | 1000000 | 100001 | 0 | 1001010 | 1010110 | 101 | 1001 | 1011010 | 110110 |
Color Harmonies of #F34021
Complementary color
Monochromatic Colors of #F34021
Black with #F34021
Text Example
Text Example
White with #F34021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34021; }
p { color: rgb(243,64,33); }
H1.HeaderClassName
{
color: #F34021;
}
.AnyTagClassName
{
color: #F34021;
}
</style>
background-color css
<style>
a { background-color: #F34021; }
a { background-color: rgb(243,64,33); }
div.DivClassName
{
background-color: #F34021;
}
.BgClassName
{
background-color: #F34021;
}
</style>
border-color css
<style>
span { border-color: #F34021; }
span { border-color: rgb(243,64,33); }
td.TdClassName
{
border-color: #F34021;
}
.TagClassName
{
border-color: #F34021;
}
</style>