Shades of Orange Red #F34006
Tints of Orange Red #F34006
RGB
CMYK
RGB Variations
Color information
#F34006 (or 0xF34006) is known color: Orange Red. HEX triplet: F3, 40 and 06. RGB value is (243,64,6). Sum of RGB (Red+Green+Blue) = 243+64+6=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F34006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34006 is #0CBFF9. Grayscale: #6F6F6F. Windows color (decimal): -835578 or 409843. OLE color: 409843.
HSL color Cylindrical-coordinate representation of color #F34006: hue angle of 14.68º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F34006 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 6 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.05 |
| HSL | 14.68º | 0.95% | 0.49% | - |
| HSV(B) | 14.68º | 0.98% | 0.95% | - |
| XYZ | 38.83 | 22.73 | 2.51 | - |
| YUV | 110.91 | 68.8 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 6 | 0 | 0.74 | 0.98 | 0.05 | 14.68 | 0.95 | 0.49 |
| Hex | F3 | 40 | 6 | 0 | 4A | 62 | 5 | F | 5F | 31 |
| Octal | 363 | 100 | 6 | 0 | 112 | 142 | 5 | 17 | 137 | 61 |
| Binary | 11110011 | 1000000 | 110 | 0 | 1001010 | 1100010 | 101 | 1111 | 1011111 | 110001 |
Color Harmonies of #F34006
Complementary color
Monochromatic Colors of #F34006
Black with #F34006
Text Example
Text Example
White with #F34006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34006; }
p { color: rgb(243,64,6); }
H1.HeaderClassName
{
color: #F34006;
}
.AnyTagClassName
{
color: #F34006;
}
</style>
background-color css
<style>
a { background-color: #F34006; }
a { background-color: rgb(243,64,6); }
div.DivClassName
{
background-color: #F34006;
}
.BgClassName
{
background-color: #F34006;
}
</style>
border-color css
<style>
span { border-color: #F34006; }
span { border-color: rgb(243,64,6); }
td.TdClassName
{
border-color: #F34006;
}
.TagClassName
{
border-color: #F34006;
}
</style>