Shades of Red Orange #F02823
Tints of Red Orange #F02823
RGB
CMYK
RGB Variations
Color information
#F02823 (or 0xF02823) is known color: Red Orange. HEX triplet: F0, 28 and 23. RGB value is (240,40,35). Sum of RGB (Red+Green+Blue) = 240+40+35=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F02823 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02823 is #0FD7DC. Grayscale: #636363. Windows color (decimal): -1038301 or 2304240. OLE color: 2304240.
HSL color Cylindrical-coordinate representation of color #F02823: hue angle of 1.46º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02823 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 35 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.06 |
| HSL | 1.46º | 0.87% | 0.54% | - |
| HSV(B) | 1.46º | 0.85% | 0.94% | - |
| XYZ | 37 | 20.16 | 3.53 | - |
| YUV | 99.23 | 91.76 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 35 | 0 | 0.83 | 0.85 | 0.06 | 1.46 | 0.87 | 0.54 |
| Hex | F0 | 28 | 23 | 0 | 53 | 55 | 6 | 1 | 57 | 36 |
| Octal | 360 | 50 | 43 | 0 | 123 | 125 | 6 | 1 | 127 | 66 |
| Binary | 11110000 | 101000 | 100011 | 0 | 1010011 | 1010101 | 110 | 1 | 1010111 | 110110 |
Color Harmonies of #F02823
Complementary color
Monochromatic Colors of #F02823
Black with #F02823
Text Example
Text Example
White with #F02823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02823; }
p { color: rgb(240,40,35); }
H1.HeaderClassName
{
color: #F02823;
}
.AnyTagClassName
{
color: #F02823;
}
</style>
background-color css
<style>
a { background-color: #F02823; }
a { background-color: rgb(240,40,35); }
div.DivClassName
{
background-color: #F02823;
}
.BgClassName
{
background-color: #F02823;
}
</style>
border-color css
<style>
span { border-color: #F02823; }
span { border-color: rgb(240,40,35); }
td.TdClassName
{
border-color: #F02823;
}
.TagClassName
{
border-color: #F02823;
}
</style>