Shades of Orange Red #F34000
Tints of Orange Red #F34000
RGB
CMYK
RGB Variations
Color information
#F34000 (or 0xF34000) is known color: Orange Red. HEX triplet: F3, 40 and 00. RGB value is (243,64,0). Sum of RGB (Red+Green+Blue) = 243+64+0=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F34000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34000 is #0CBFFF. Grayscale: #6E6E6E. Windows color (decimal): -835584 or 16627. OLE color: 16627.
HSL color Cylindrical-coordinate representation of color #F34000: hue angle of 15.8º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F34000 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.05 |
| HSL | 15.8º | 1% | 0.48% | - |
| HSV(B) | 15.8º | 1% | 0.95% | - |
| XYZ | 38.8 | 22.72 | 2.34 | - |
| YUV | 110.23 | 65.8 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 0 | 0 | 0.74 | 1 | 0.05 | 15.8 | 1 | 0.48 |
| Hex | F3 | 40 | 0 | 0 | 4A | 64 | 5 | 10 | 64 | 30 |
| Octal | 363 | 100 | 0 | 0 | 112 | 144 | 5 | 20 | 144 | 60 |
| Binary | 11110011 | 1000000 | 0 | 0 | 1001010 | 1100100 | 101 | 10000 | 1100100 | 110000 |
Color Harmonies of #F34000
Complementary color
Monochromatic Colors of #F34000
Black with #F34000
Text Example
Text Example
White with #F34000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34000; }
p { color: rgb(243,64,0); }
H1.HeaderClassName
{
color: #F34000;
}
.AnyTagClassName
{
color: #F34000;
}
</style>
background-color css
<style>
a { background-color: #F34000; }
a { background-color: rgb(243,64,0); }
div.DivClassName
{
background-color: #F34000;
}
.BgClassName
{
background-color: #F34000;
}
</style>
border-color css
<style>
span { border-color: #F34000; }
span { border-color: rgb(243,64,0); }
td.TdClassName
{
border-color: #F34000;
}
.TagClassName
{
border-color: #F34000;
}
</style>