Shades of Orange Red #F34200
Tints of Orange Red #F34200
RGB
CMYK
RGB Variations
Color information
#F34200 (or 0xF34200) is known color: Orange Red. HEX triplet: F3, 42 and 00. RGB value is (243,66,0). Sum of RGB (Red+Green+Blue) = 243+66+0=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F34200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34200 is #0CBDFF. Grayscale: #6F6F6F. Windows color (decimal): -835072 or 17139. OLE color: 17139.
HSL color Cylindrical-coordinate representation of color #F34200: hue angle of 16.3º 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 #F34200 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.05 |
| HSL | 16.3º | 1% | 0.48% | - |
| HSV(B) | 16.3º | 1% | 0.95% | - |
| XYZ | 38.91 | 22.95 | 2.38 | - |
| YUV | 111.4 | 65.14 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 0 | 0 | 0.73 | 1 | 0.05 | 16.3 | 1 | 0.48 |
| Hex | F3 | 42 | 0 | 0 | 49 | 64 | 5 | 10 | 64 | 30 |
| Octal | 363 | 102 | 0 | 0 | 111 | 144 | 5 | 20 | 144 | 60 |
| Binary | 11110011 | 1000010 | 0 | 0 | 1001001 | 1100100 | 101 | 10000 | 1100100 | 110000 |
Color Harmonies of #F34200
Complementary color
Monochromatic Colors of #F34200
Black with #F34200
Text Example
Text Example
White with #F34200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34200; }
p { color: rgb(243,66,0); }
H1.HeaderClassName
{
color: #F34200;
}
.AnyTagClassName
{
color: #F34200;
}
</style>
background-color css
<style>
a { background-color: #F34200; }
a { background-color: rgb(243,66,0); }
div.DivClassName
{
background-color: #F34200;
}
.BgClassName
{
background-color: #F34200;
}
</style>
border-color css
<style>
span { border-color: #F34200; }
span { border-color: rgb(243,66,0); }
td.TdClassName
{
border-color: #F34200;
}
.TagClassName
{
border-color: #F34200;
}
</style>