Shades of Orange Red #F0450F
Tints of Orange Red #F0450F
RGB
CMYK
RGB Variations
Color information
#F0450F (or 0xF0450F) is known color: Orange Red. HEX triplet: F0, 45 and 0F. RGB value is (240,69,15). Sum of RGB (Red+Green+Blue) = 240+69+15=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F0450F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0450F is #0FBAF0. Grayscale: #727272. Windows color (decimal): -1030897 or 1000944. OLE color: 1000944.
HSL color Cylindrical-coordinate representation of color #F0450F: hue angle of 14.4º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0450F is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 15 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.06 |
| HSL | 14.4º | 0.88% | 0.5% | - |
| HSV(B) | 14.4º | 0.94% | 0.94% | - |
| XYZ | 38.15 | 22.82 | 2.85 | - |
| YUV | 113.97 | 72.15 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 15 | 0 | 0.71 | 0.94 | 0.06 | 14.4 | 0.88 | 0.5 |
| Hex | F0 | 45 | F | 0 | 47 | 5E | 6 | E | 58 | 32 |
| Octal | 360 | 105 | 17 | 0 | 107 | 136 | 6 | 16 | 130 | 62 |
| Binary | 11110000 | 1000101 | 1111 | 0 | 1000111 | 1011110 | 110 | 1110 | 1011000 | 110010 |
Color Harmonies of #F0450F
Complementary color
Monochromatic Colors of #F0450F
Black with #F0450F
Text Example
Text Example
White with #F0450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0450F; }
p { color: rgb(240,69,15); }
H1.HeaderClassName
{
color: #F0450F;
}
.AnyTagClassName
{
color: #F0450F;
}
</style>
background-color css
<style>
a { background-color: #F0450F; }
a { background-color: rgb(240,69,15); }
div.DivClassName
{
background-color: #F0450F;
}
.BgClassName
{
background-color: #F0450F;
}
</style>
border-color css
<style>
span { border-color: #F0450F; }
span { border-color: rgb(240,69,15); }
td.TdClassName
{
border-color: #F0450F;
}
.TagClassName
{
border-color: #F0450F;
}
</style>