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