Shades of Orange Red #F33F01
Tints of Orange Red #F33F01
RGB
CMYK
RGB Variations
Color information
#F33F01 (or 0xF33F01) is known color: Orange Red. HEX triplet: F3, 3F and 01. RGB value is (243,63,1). Sum of RGB (Red+Green+Blue) = 243+63+1=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33F01 is #0CC0FE. Grayscale: #6E6E6E. Windows color (decimal): -835839 or 81907. OLE color: 81907.
HSL color Cylindrical-coordinate representation of color #F33F01: hue angle of 15.37º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F33F01 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.05 |
| HSL | 15.37º | 0.99% | 0.48% | - |
| HSV(B) | 15.37º | 1% | 0.95% | - |
| XYZ | 38.75 | 22.61 | 2.35 | - |
| YUV | 109.75 | 66.63 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 1 | 0 | 0.74 | 1.00 | 0.05 | 15.37 | 0.99 | 0.48 |
| Hex | F3 | 3F | 1 | 0 | 4A | 64 | 5 | F | 63 | 30 |
| Octal | 363 | 77 | 1 | 0 | 112 | 144 | 5 | 17 | 143 | 60 |
| Binary | 11110011 | 111111 | 1 | 0 | 1001010 | 1100100 | 101 | 1111 | 1100011 | 110000 |
Color Harmonies of #F33F01
Complementary color
Monochromatic Colors of #F33F01
Black with #F33F01
Text Example
Text Example
White with #F33F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33F01; }
p { color: rgb(243,63,1); }
H1.HeaderClassName
{
color: #F33F01;
}
.AnyTagClassName
{
color: #F33F01;
}
</style>
background-color css
<style>
a { background-color: #F33F01; }
a { background-color: rgb(243,63,1); }
div.DivClassName
{
background-color: #F33F01;
}
.BgClassName
{
background-color: #F33F01;
}
</style>
border-color css
<style>
span { border-color: #F33F01; }
span { border-color: rgb(243,63,1); }
td.TdClassName
{
border-color: #F33F01;
}
.TagClassName
{
border-color: #F33F01;
}
</style>