Shades of Orange Red #F04306
Tints of Orange Red #F04306
RGB
CMYK
RGB Variations
Color information
#F04306 (or 0xF04306) is known color: Orange Red. HEX triplet: F0, 43 and 06. RGB value is (240,67,6). Sum of RGB (Red+Green+Blue) = 240+67+6=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F04306 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04306 is #0FBCF9. Grayscale: #707070. Windows color (decimal): -1031418 or 410608. OLE color: 410608.
HSL color Cylindrical-coordinate representation of color #F04306: hue angle of 15.64º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F04306 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 6 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.06 |
| HSL | 15.64º | 0.95% | 0.48% | - |
| HSV(B) | 15.64º | 0.98% | 0.94% | - |
| XYZ | 37.98 | 22.55 | 2.52 | - |
| YUV | 111.77 | 68.31 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 6 | 0 | 0.72 | 0.98 | 0.06 | 15.64 | 0.95 | 0.48 |
| Hex | F0 | 43 | 6 | 0 | 48 | 62 | 6 | 10 | 5F | 30 |
| Octal | 360 | 103 | 6 | 0 | 110 | 142 | 6 | 20 | 137 | 60 |
| Binary | 11110000 | 1000011 | 110 | 0 | 1001000 | 1100010 | 110 | 10000 | 1011111 | 110000 |
Color Harmonies of #F04306
Complementary color
Monochromatic Colors of #F04306
Black with #F04306
Text Example
Text Example
White with #F04306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04306; }
p { color: rgb(240,67,6); }
H1.HeaderClassName
{
color: #F04306;
}
.AnyTagClassName
{
color: #F04306;
}
</style>
background-color css
<style>
a { background-color: #F04306; }
a { background-color: rgb(240,67,6); }
div.DivClassName
{
background-color: #F04306;
}
.BgClassName
{
background-color: #F04306;
}
</style>
border-color css
<style>
span { border-color: #F04306; }
span { border-color: rgb(240,67,6); }
td.TdClassName
{
border-color: #F04306;
}
.TagClassName
{
border-color: #F04306;
}
</style>