Shades of Orange Red #F0380F
Tints of Orange Red #F0380F
RGB
CMYK
RGB Variations
Color information
#F0380F (or 0xF0380F) is known color: Orange Red. HEX triplet: F0, 38 and 0F. RGB value is (240,56,15). Sum of RGB (Red+Green+Blue) = 240+56+15=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F0380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0380F is #0FC7F0. Grayscale: #6A6A6A. Windows color (decimal): -1034225 or 997616. OLE color: 997616.
HSL color Cylindrical-coordinate representation of color #F0380F: hue angle of 10.93º 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 #F0380F is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 15 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.06 |
| HSL | 10.93º | 0.88% | 0.5% | - |
| HSV(B) | 10.93º | 0.94% | 0.94% | - |
| XYZ | 37.44 | 21.39 | 2.61 | - |
| YUV | 106.34 | 76.46 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 15 | 0 | 0.77 | 0.94 | 0.06 | 10.93 | 0.88 | 0.5 |
| Hex | F0 | 38 | F | 0 | 4D | 5E | 6 | B | 58 | 32 |
| Octal | 360 | 70 | 17 | 0 | 115 | 136 | 6 | 13 | 130 | 62 |
| Binary | 11110000 | 111000 | 1111 | 0 | 1001101 | 1011110 | 110 | 1011 | 1011000 | 110010 |
Color Harmonies of #F0380F
Complementary color
Monochromatic Colors of #F0380F
Black with #F0380F
Text Example
Text Example
White with #F0380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0380F; }
p { color: rgb(240,56,15); }
H1.HeaderClassName
{
color: #F0380F;
}
.AnyTagClassName
{
color: #F0380F;
}
</style>
background-color css
<style>
a { background-color: #F0380F; }
a { background-color: rgb(240,56,15); }
div.DivClassName
{
background-color: #F0380F;
}
.BgClassName
{
background-color: #F0380F;
}
</style>
border-color css
<style>
span { border-color: #F0380F; }
span { border-color: rgb(240,56,15); }
td.TdClassName
{
border-color: #F0380F;
}
.TagClassName
{
border-color: #F0380F;
}
</style>