Shades of Orange Red #F34915
Tints of Orange Red #F34915
RGB
CMYK
RGB Variations
Color information
#F34915 (or 0xF34915) is known color: Orange Red. HEX triplet: F3, 49 and 15. RGB value is (243,73,21). Sum of RGB (Red+Green+Blue) = 243+73+21=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F34915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34915 is #0CB6EA. Grayscale: #767676. Windows color (decimal): -833259 or 1395187. OLE color: 1395187.
HSL color Cylindrical-coordinate representation of color #F34915: hue angle of 14.05º 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 #F34915 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 21 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.05 |
| HSL | 14.05º | 0.9% | 0.52% | - |
| HSV(B) | 14.05º | 0.91% | 0.95% | - |
| XYZ | 39.48 | 23.87 | 3.24 | - |
| YUV | 117.9 | 73.32 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 21 | 0 | 0.70 | 0.91 | 0.05 | 14.05 | 0.9 | 0.52 |
| Hex | F3 | 49 | 15 | 0 | 46 | 5B | 5 | E | 5A | 34 |
| Octal | 363 | 111 | 25 | 0 | 106 | 133 | 5 | 16 | 132 | 64 |
| Binary | 11110011 | 1001001 | 10101 | 0 | 1000110 | 1011011 | 101 | 1110 | 1011010 | 110100 |
Color Harmonies of #F34915
Complementary color
Monochromatic Colors of #F34915
Black with #F34915
Text Example
Text Example
White with #F34915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34915; }
p { color: rgb(243,73,21); }
H1.HeaderClassName
{
color: #F34915;
}
.AnyTagClassName
{
color: #F34915;
}
</style>
background-color css
<style>
a { background-color: #F34915; }
a { background-color: rgb(243,73,21); }
div.DivClassName
{
background-color: #F34915;
}
.BgClassName
{
background-color: #F34915;
}
</style>
border-color css
<style>
span { border-color: #F34915; }
span { border-color: rgb(243,73,21); }
td.TdClassName
{
border-color: #F34915;
}
.TagClassName
{
border-color: #F34915;
}
</style>