Shades of Orange Red #F04500
Tints of Orange Red #F04500
RGB
CMYK
RGB Variations
Color information
#F04500 (or 0xF04500) is known color: Orange Red. HEX triplet: F0, 45 and 00. RGB value is (240,69,0). Sum of RGB (Red+Green+Blue) = 240+69+0=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F04500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04500 is #0FBAFF. Grayscale: #707070. Windows color (decimal): -1030912 or 17904. OLE color: 17904.
HSL color Cylindrical-coordinate representation of color #F04500: hue angle of 17.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F04500 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.06 |
| HSL | 17.25º | 1% | 0.47% | - |
| HSV(B) | 17.25º | 1% | 0.94% | - |
| XYZ | 38.06 | 22.78 | 2.39 | - |
| YUV | 112.26 | 64.65 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 0 | 0 | 0.71 | 1 | 0.06 | 17.25 | 1 | 0.47 |
| Hex | F0 | 45 | 0 | 0 | 47 | 64 | 6 | 11 | 64 | 2F |
| Octal | 360 | 105 | 0 | 0 | 107 | 144 | 6 | 21 | 144 | 57 |
| Binary | 11110000 | 1000101 | 0 | 0 | 1000111 | 1100100 | 110 | 10001 | 1100100 | 101111 |
Color Harmonies of #F04500
Complementary color
Monochromatic Colors of #F04500
Black with #F04500
Text Example
Text Example
White with #F04500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04500; }
p { color: rgb(240,69,0); }
H1.HeaderClassName
{
color: #F04500;
}
.AnyTagClassName
{
color: #F04500;
}
</style>
background-color css
<style>
a { background-color: #F04500; }
a { background-color: rgb(240,69,0); }
div.DivClassName
{
background-color: #F04500;
}
.BgClassName
{
background-color: #F04500;
}
</style>
border-color css
<style>
span { border-color: #F04500; }
span { border-color: rgb(240,69,0); }
td.TdClassName
{
border-color: #F04500;
}
.TagClassName
{
border-color: #F04500;
}
</style>