Shades of Orange Red #F04315
Tints of Orange Red #F04315
RGB
CMYK
RGB Variations
Color information
#F04315 (or 0xF04315) is known color: Orange Red. HEX triplet: F0, 43 and 15. RGB value is (240,67,21). Sum of RGB (Red+Green+Blue) = 240+67+21=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F04315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04315 is #0FBCEA. Grayscale: #717171. Windows color (decimal): -1031403 or 1393648. OLE color: 1393648.
HSL color Cylindrical-coordinate representation of color #F04315: hue angle of 12.6º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F04315 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 21 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.06 |
| HSL | 12.6º | 0.88% | 0.51% | - |
| HSV(B) | 12.6º | 0.91% | 0.94% | - |
| XYZ | 38.08 | 22.59 | 3.06 | - |
| YUV | 113.48 | 75.81 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 21 | 0 | 0.72 | 0.91 | 0.06 | 12.6 | 0.88 | 0.51 |
| Hex | F0 | 43 | 15 | 0 | 48 | 5B | 6 | D | 58 | 33 |
| Octal | 360 | 103 | 25 | 0 | 110 | 133 | 6 | 15 | 130 | 63 |
| Binary | 11110000 | 1000011 | 10101 | 0 | 1001000 | 1011011 | 110 | 1101 | 1011000 | 110011 |
Color Harmonies of #F04315
Complementary color
Monochromatic Colors of #F04315
Black with #F04315
Text Example
Text Example
White with #F04315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04315; }
p { color: rgb(240,67,21); }
H1.HeaderClassName
{
color: #F04315;
}
.AnyTagClassName
{
color: #F04315;
}
</style>
background-color css
<style>
a { background-color: #F04315; }
a { background-color: rgb(240,67,21); }
div.DivClassName
{
background-color: #F04315;
}
.BgClassName
{
background-color: #F04315;
}
</style>
border-color css
<style>
span { border-color: #F04315; }
span { border-color: rgb(240,67,21); }
td.TdClassName
{
border-color: #F04315;
}
.TagClassName
{
border-color: #F04315;
}
</style>