Shades of Orange Red #F0450D
Tints of Orange Red #F0450D
RGB
CMYK
RGB Variations
Color information
#F0450D (or 0xF0450D) is known color: Orange Red. HEX triplet: F0, 45 and 0D. RGB value is (240,69,13). Sum of RGB (Red+Green+Blue) = 240+69+13=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F0450D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0450D is #0FBAF2. Grayscale: #727272. Windows color (decimal): -1030899 or 869872. OLE color: 869872.
HSL color Cylindrical-coordinate representation of color #F0450D: hue angle of 14.8º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0450D is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 13 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.06 |
| HSL | 14.8º | 0.9% | 0.5% | - |
| HSV(B) | 14.8º | 0.95% | 0.94% | - |
| XYZ | 38.14 | 22.81 | 2.77 | - |
| YUV | 113.75 | 71.15 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 13 | 0 | 0.71 | 0.95 | 0.06 | 14.8 | 0.9 | 0.5 |
| Hex | F0 | 45 | D | 0 | 47 | 5F | 6 | F | 5A | 32 |
| Octal | 360 | 105 | 15 | 0 | 107 | 137 | 6 | 17 | 132 | 62 |
| Binary | 11110000 | 1000101 | 1101 | 0 | 1000111 | 1011111 | 110 | 1111 | 1011010 | 110010 |
Color Harmonies of #F0450D
Complementary color
Monochromatic Colors of #F0450D
Black with #F0450D
Text Example
Text Example
White with #F0450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0450D; }
p { color: rgb(240,69,13); }
H1.HeaderClassName
{
color: #F0450D;
}
.AnyTagClassName
{
color: #F0450D;
}
</style>
background-color css
<style>
a { background-color: #F0450D; }
a { background-color: rgb(240,69,13); }
div.DivClassName
{
background-color: #F0450D;
}
.BgClassName
{
background-color: #F0450D;
}
</style>
border-color css
<style>
span { border-color: #F0450D; }
span { border-color: rgb(240,69,13); }
td.TdClassName
{
border-color: #F0450D;
}
.TagClassName
{
border-color: #F0450D;
}
</style>