Shades of Orange Red #F33F03
Tints of Orange Red #F33F03
RGB
CMYK
RGB Variations
Color information
#F33F03 (or 0xF33F03) is known color: Orange Red. HEX triplet: F3, 3F and 03. RGB value is (243,63,3). Sum of RGB (Red+Green+Blue) = 243+63+3=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33F03 is #0CC0FC. Grayscale: #6E6E6E. Windows color (decimal): -835837 or 212979. OLE color: 212979.
HSL color Cylindrical-coordinate representation of color #F33F03: hue angle of 15º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F33F03 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 3 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.05 |
| HSL | 15º | 0.98% | 0.48% | - |
| HSV(B) | 15º | 0.99% | 0.95% | - |
| XYZ | 38.76 | 22.62 | 2.41 | - |
| YUV | 109.98 | 67.63 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 3 | 0 | 0.74 | 0.99 | 0.05 | 15 | 0.98 | 0.48 |
| Hex | F3 | 3F | 3 | 0 | 4A | 63 | 5 | F | 62 | 30 |
| Octal | 363 | 77 | 3 | 0 | 112 | 143 | 5 | 17 | 142 | 60 |
| Binary | 11110011 | 111111 | 11 | 0 | 1001010 | 1100011 | 101 | 1111 | 1100010 | 110000 |
Color Harmonies of #F33F03
Complementary color
Monochromatic Colors of #F33F03
Black with #F33F03
Text Example
Text Example
White with #F33F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33F03; }
p { color: rgb(243,63,3); }
H1.HeaderClassName
{
color: #F33F03;
}
.AnyTagClassName
{
color: #F33F03;
}
</style>
background-color css
<style>
a { background-color: #F33F03; }
a { background-color: rgb(243,63,3); }
div.DivClassName
{
background-color: #F33F03;
}
.BgClassName
{
background-color: #F33F03;
}
</style>
border-color css
<style>
span { border-color: #F33F03; }
span { border-color: rgb(243,63,3); }
td.TdClassName
{
border-color: #F33F03;
}
.TagClassName
{
border-color: #F33F03;
}
</style>