Shades of Orange Red #F34405
Tints of Orange Red #F34405
RGB
CMYK
RGB Variations
Color information
#F34405 (or 0xF34405) is known color: Orange Red. HEX triplet: F3, 44 and 05. RGB value is (243,68,5). Sum of RGB (Red+Green+Blue) = 243+68+5=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F34405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34405 is #0CBBFA. Grayscale: #717171. Windows color (decimal): -834555 or 345331. OLE color: 345331.
HSL color Cylindrical-coordinate representation of color #F34405: hue angle of 15.88º degrees, saturation: 0.96, 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 #F34405 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 5 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.05 |
| HSL | 15.88º | 0.96% | 0.49% | - |
| HSV(B) | 15.88º | 0.98% | 0.95% | - |
| XYZ | 39.06 | 23.2 | 2.56 | - |
| YUV | 113.14 | 66.98 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 5 | 0 | 0.72 | 0.98 | 0.05 | 15.88 | 0.96 | 0.49 |
| Hex | F3 | 44 | 5 | 0 | 48 | 62 | 5 | 10 | 60 | 31 |
| Octal | 363 | 104 | 5 | 0 | 110 | 142 | 5 | 20 | 140 | 61 |
| Binary | 11110011 | 1000100 | 101 | 0 | 1001000 | 1100010 | 101 | 10000 | 1100000 | 110001 |
Color Harmonies of #F34405
Complementary color
Monochromatic Colors of #F34405
Black with #F34405
Text Example
Text Example
White with #F34405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34405; }
p { color: rgb(243,68,5); }
H1.HeaderClassName
{
color: #F34405;
}
.AnyTagClassName
{
color: #F34405;
}
</style>
background-color css
<style>
a { background-color: #F34405; }
a { background-color: rgb(243,68,5); }
div.DivClassName
{
background-color: #F34405;
}
.BgClassName
{
background-color: #F34405;
}
</style>
border-color css
<style>
span { border-color: #F34405; }
span { border-color: rgb(243,68,5); }
td.TdClassName
{
border-color: #F34405;
}
.TagClassName
{
border-color: #F34405;
}
</style>