Shades of Orange Red #F04302
Tints of Orange Red #F04302
RGB
CMYK
RGB Variations
Color information
#F04302 (or 0xF04302) is known color: Orange Red. HEX triplet: F0, 43 and 02. RGB value is (240,67,2). Sum of RGB (Red+Green+Blue) = 240+67+2=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F04302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04302 is #0FBCFD. Grayscale: #6F6F6F. Windows color (decimal): -1031422 or 148464. OLE color: 148464.
HSL color Cylindrical-coordinate representation of color #F04302: hue angle of 16.39º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F04302 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.06 |
| HSL | 16.39º | 0.98% | 0.47% | - |
| HSV(B) | 16.39º | 0.99% | 0.94% | - |
| XYZ | 37.95 | 22.54 | 2.41 | - |
| YUV | 111.32 | 66.31 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 2 | 0 | 0.72 | 0.99 | 0.06 | 16.39 | 0.98 | 0.47 |
| Hex | F0 | 43 | 2 | 0 | 48 | 63 | 6 | 10 | 62 | 2F |
| Octal | 360 | 103 | 2 | 0 | 110 | 143 | 6 | 20 | 142 | 57 |
| Binary | 11110000 | 1000011 | 10 | 0 | 1001000 | 1100011 | 110 | 10000 | 1100010 | 101111 |
Color Harmonies of #F04302
Complementary color
Monochromatic Colors of #F04302
Black with #F04302
Text Example
Text Example
White with #F04302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04302; }
p { color: rgb(240,67,2); }
H1.HeaderClassName
{
color: #F04302;
}
.AnyTagClassName
{
color: #F04302;
}
</style>
background-color css
<style>
a { background-color: #F04302; }
a { background-color: rgb(240,67,2); }
div.DivClassName
{
background-color: #F04302;
}
.BgClassName
{
background-color: #F04302;
}
</style>
border-color css
<style>
span { border-color: #F04302; }
span { border-color: rgb(240,67,2); }
td.TdClassName
{
border-color: #F04302;
}
.TagClassName
{
border-color: #F04302;
}
</style>