Shades of Orange Red #F03908
Tints of Orange Red #F03908
RGB
CMYK
RGB Variations
Color information
#F03908 (or 0xF03908) is known color: Orange Red. HEX triplet: F0, 39 and 08. RGB value is (240,57,8). Sum of RGB (Red+Green+Blue) = 240+57+8=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F03908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03908 is #0FC6F7. Grayscale: #6A6A6A. Windows color (decimal): -1033976 or 539120. OLE color: 539120.
HSL color Cylindrical-coordinate representation of color #F03908: hue angle of 12.67º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F03908 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 8 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.06 |
| HSL | 12.67º | 0.94% | 0.49% | - |
| HSV(B) | 12.67º | 0.97% | 0.94% | - |
| XYZ | 37.44 | 21.47 | 2.4 | - |
| YUV | 106.13 | 72.63 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 8 | 0 | 0.76 | 0.97 | 0.06 | 12.67 | 0.94 | 0.49 |
| Hex | F0 | 39 | 8 | 0 | 4C | 61 | 6 | D | 5E | 31 |
| Octal | 360 | 71 | 10 | 0 | 114 | 141 | 6 | 15 | 136 | 61 |
| Binary | 11110000 | 111001 | 1000 | 0 | 1001100 | 1100001 | 110 | 1101 | 1011110 | 110001 |
Color Harmonies of #F03908
Complementary color
Monochromatic Colors of #F03908
Black with #F03908
Text Example
Text Example
White with #F03908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03908; }
p { color: rgb(240,57,8); }
H1.HeaderClassName
{
color: #F03908;
}
.AnyTagClassName
{
color: #F03908;
}
</style>
background-color css
<style>
a { background-color: #F03908; }
a { background-color: rgb(240,57,8); }
div.DivClassName
{
background-color: #F03908;
}
.BgClassName
{
background-color: #F03908;
}
</style>
border-color css
<style>
span { border-color: #F03908; }
span { border-color: rgb(240,57,8); }
td.TdClassName
{
border-color: #F03908;
}
.TagClassName
{
border-color: #F03908;
}
</style>