Shades of Orange Red #F34600
Tints of Orange Red #F34600
RGB
CMYK
RGB Variations
Color information
#F34600 (or 0xF34600) is known color: Orange Red. HEX triplet: F3, 46 and 00. RGB value is (243,70,0). Sum of RGB (Red+Green+Blue) = 243+70+0=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F34600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34600 is #0CB9FF. Grayscale: #727272. Windows color (decimal): -834048 or 18163. OLE color: 18163.
HSL color Cylindrical-coordinate representation of color #F34600: hue angle of 17.28º 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 #F34600 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.05 |
| HSL | 17.28º | 1% | 0.48% | - |
| HSV(B) | 17.28º | 1% | 0.95% | - |
| XYZ | 39.15 | 23.44 | 2.46 | - |
| YUV | 113.75 | 63.81 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 0 | 0 | 0.71 | 1 | 0.05 | 17.28 | 1 | 0.48 |
| Hex | F3 | 46 | 0 | 0 | 47 | 64 | 5 | 11 | 64 | 30 |
| Octal | 363 | 106 | 0 | 0 | 107 | 144 | 5 | 21 | 144 | 60 |
| Binary | 11110011 | 1000110 | 0 | 0 | 1000111 | 1100100 | 101 | 10001 | 1100100 | 110000 |
Color Harmonies of #F34600
Complementary color
Monochromatic Colors of #F34600
Black with #F34600
Text Example
Text Example
White with #F34600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34600; }
p { color: rgb(243,70,0); }
H1.HeaderClassName
{
color: #F34600;
}
.AnyTagClassName
{
color: #F34600;
}
</style>
background-color css
<style>
a { background-color: #F34600; }
a { background-color: rgb(243,70,0); }
div.DivClassName
{
background-color: #F34600;
}
.BgClassName
{
background-color: #F34600;
}
</style>
border-color css
<style>
span { border-color: #F34600; }
span { border-color: rgb(243,70,0); }
td.TdClassName
{
border-color: #F34600;
}
.TagClassName
{
border-color: #F34600;
}
</style>