Shades of Orange Red #F0380A
Tints of Orange Red #F0380A
RGB
CMYK
RGB Variations
Color information
#F0380A (or 0xF0380A) is known color: Orange Red. HEX triplet: F0, 38 and 0A. RGB value is (240,56,10). Sum of RGB (Red+Green+Blue) = 240+56+10=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F0380A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0380A is #0FC7F5. Grayscale: #6A6A6A. Windows color (decimal): -1034230 or 669936. OLE color: 669936.
HSL color Cylindrical-coordinate representation of color #F0380A: hue angle of 12º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0380A is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 10 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.06 |
| HSL | 12º | 0.92% | 0.49% | - |
| HSV(B) | 12º | 0.96% | 0.94% | - |
| XYZ | 37.4 | 21.38 | 2.44 | - |
| YUV | 105.77 | 73.96 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 10 | 0 | 0.77 | 0.96 | 0.06 | 12 | 0.92 | 0.49 |
| Hex | F0 | 38 | A | 0 | 4D | 60 | 6 | C | 5C | 31 |
| Octal | 360 | 70 | 12 | 0 | 115 | 140 | 6 | 14 | 134 | 61 |
| Binary | 11110000 | 111000 | 1010 | 0 | 1001101 | 1100000 | 110 | 1100 | 1011100 | 110001 |
Color Harmonies of #F0380A
Complementary color
Monochromatic Colors of #F0380A
Black with #F0380A
Text Example
Text Example
White with #F0380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0380A; }
p { color: rgb(240,56,10); }
H1.HeaderClassName
{
color: #F0380A;
}
.AnyTagClassName
{
color: #F0380A;
}
</style>
background-color css
<style>
a { background-color: #F0380A; }
a { background-color: rgb(240,56,10); }
div.DivClassName
{
background-color: #F0380A;
}
.BgClassName
{
background-color: #F0380A;
}
</style>
border-color css
<style>
span { border-color: #F0380A; }
span { border-color: rgb(240,56,10); }
td.TdClassName
{
border-color: #F0380A;
}
.TagClassName
{
border-color: #F0380A;
}
</style>