Shades of Orange Red #F0380C
Tints of Orange Red #F0380C
RGB
CMYK
RGB Variations
Color information
#F0380C (or 0xF0380C) is known color: Orange Red. HEX triplet: F0, 38 and 0C. RGB value is (240,56,12). Sum of RGB (Red+Green+Blue) = 240+56+12=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F0380C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0380C is #0FC7F3. Grayscale: #6A6A6A. Windows color (decimal): -1034228 or 801008. OLE color: 801008.
HSL color Cylindrical-coordinate representation of color #F0380C: hue angle of 11.58º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0380C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 12 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.06 |
| HSL | 11.58º | 0.9% | 0.49% | - |
| HSV(B) | 11.58º | 0.95% | 0.94% | - |
| XYZ | 37.42 | 21.38 | 2.5 | - |
| YUV | 106 | 74.96 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 12 | 0 | 0.77 | 0.95 | 0.06 | 11.58 | 0.9 | 0.49 |
| Hex | F0 | 38 | C | 0 | 4D | 5F | 6 | C | 5A | 31 |
| Octal | 360 | 70 | 14 | 0 | 115 | 137 | 6 | 14 | 132 | 61 |
| Binary | 11110000 | 111000 | 1100 | 0 | 1001101 | 1011111 | 110 | 1100 | 1011010 | 110001 |
Color Harmonies of #F0380C
Complementary color
Monochromatic Colors of #F0380C
Black with #F0380C
Text Example
Text Example
White with #F0380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0380C; }
p { color: rgb(240,56,12); }
H1.HeaderClassName
{
color: #F0380C;
}
.AnyTagClassName
{
color: #F0380C;
}
</style>
background-color css
<style>
a { background-color: #F0380C; }
a { background-color: rgb(240,56,12); }
div.DivClassName
{
background-color: #F0380C;
}
.BgClassName
{
background-color: #F0380C;
}
</style>
border-color css
<style>
span { border-color: #F0380C; }
span { border-color: rgb(240,56,12); }
td.TdClassName
{
border-color: #F0380C;
}
.TagClassName
{
border-color: #F0380C;
}
</style>