Shades of Orange Red #F34A15
Tints of Orange Red #F34A15
RGB
CMYK
RGB Variations
Color information
#F34A15 (or 0xF34A15) is known color: Orange Red. HEX triplet: F3, 4A and 15. RGB value is (243,74,21). Sum of RGB (Red+Green+Blue) = 243+74+21=338 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.89% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34A15 is #0CB5EA. Grayscale: #767676. Windows color (decimal): -833003 or 1395443. OLE color: 1395443.
HSL color Cylindrical-coordinate representation of color #F34A15: hue angle of 14.32º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F34A15 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 21 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.05 |
| HSL | 14.32º | 0.9% | 0.52% | - |
| HSV(B) | 14.32º | 0.91% | 0.95% | - |
| XYZ | 39.55 | 24.01 | 3.26 | - |
| YUV | 118.49 | 72.99 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 21 | 0 | 0.70 | 0.91 | 0.05 | 14.32 | 0.9 | 0.52 |
| Hex | F3 | 4A | 15 | 0 | 46 | 5B | 5 | E | 5A | 34 |
| Octal | 363 | 112 | 25 | 0 | 106 | 133 | 5 | 16 | 132 | 64 |
| Binary | 11110011 | 1001010 | 10101 | 0 | 1000110 | 1011011 | 101 | 1110 | 1011010 | 110100 |
Color Harmonies of #F34A15
Complementary color
Monochromatic Colors of #F34A15
Black with #F34A15
Text Example
Text Example
White with #F34A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34A15; }
p { color: rgb(243,74,21); }
H1.HeaderClassName
{
color: #F34A15;
}
.AnyTagClassName
{
color: #F34A15;
}
</style>
background-color css
<style>
a { background-color: #F34A15; }
a { background-color: rgb(243,74,21); }
div.DivClassName
{
background-color: #F34A15;
}
.BgClassName
{
background-color: #F34A15;
}
</style>
border-color css
<style>
span { border-color: #F34A15; }
span { border-color: rgb(243,74,21); }
td.TdClassName
{
border-color: #F34A15;
}
.TagClassName
{
border-color: #F34A15;
}
</style>