Shades of Red Orange #F34223
Tints of Red Orange #F34223
RGB
CMYK
RGB Variations
Color information
#F34223 (or 0xF34223) is known color: Red Orange. HEX triplet: F3, 42 and 23. RGB value is (243,66,35). Sum of RGB (Red+Green+Blue) = 243+66+35=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F34223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34223 is #0CBDDC. Grayscale: #737373. Windows color (decimal): -835037 or 2310899. OLE color: 2310899.
HSL color Cylindrical-coordinate representation of color #F34223: hue angle of 8.94º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F34223 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 35 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.05 |
| HSL | 8.94º | 0.9% | 0.55% | - |
| HSV(B) | 8.94º | 0.86% | 0.95% | - |
| XYZ | 39.21 | 23.07 | 3.98 | - |
| YUV | 115.39 | 82.64 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 35 | 0 | 0.73 | 0.86 | 0.05 | 8.94 | 0.9 | 0.55 |
| Hex | F3 | 42 | 23 | 0 | 49 | 56 | 5 | 9 | 5A | 37 |
| Octal | 363 | 102 | 43 | 0 | 111 | 126 | 5 | 11 | 132 | 67 |
| Binary | 11110011 | 1000010 | 100011 | 0 | 1001001 | 1010110 | 101 | 1001 | 1011010 | 110111 |
Color Harmonies of #F34223
Complementary color
Monochromatic Colors of #F34223
Black with #F34223
Text Example
Text Example
White with #F34223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34223; }
p { color: rgb(243,66,35); }
H1.HeaderClassName
{
color: #F34223;
}
.AnyTagClassName
{
color: #F34223;
}
</style>
background-color css
<style>
a { background-color: #F34223; }
a { background-color: rgb(243,66,35); }
div.DivClassName
{
background-color: #F34223;
}
.BgClassName
{
background-color: #F34223;
}
</style>
border-color css
<style>
span { border-color: #F34223; }
span { border-color: rgb(243,66,35); }
td.TdClassName
{
border-color: #F34223;
}
.TagClassName
{
border-color: #F34223;
}
</style>