Shades of Orange Red #F33805
Tints of Orange Red #F33805
RGB
CMYK
RGB Variations
Color information
#F33805 (or 0xF33805) is known color: Orange Red. HEX triplet: F3, 38 and 05. RGB value is (243,56,5). Sum of RGB (Red+Green+Blue) = 243+56+5=304 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.93% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 243 - color contains mainly: red. Hex color #F33805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33805 is #0CC7FA. Grayscale: #6A6A6A. Windows color (decimal): -837627 or 342259. OLE color: 342259.
HSL color Cylindrical-coordinate representation of color #F33805: hue angle of 12.86º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F33805 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 5 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.05 |
| HSL | 12.86º | 0.96% | 0.49% | - |
| HSV(B) | 12.86º | 0.98% | 0.95% | - |
| XYZ | 38.4 | 21.89 | 2.35 | - |
| YUV | 106.1 | 70.95 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 5 | 0 | 0.77 | 0.98 | 0.05 | 12.86 | 0.96 | 0.49 |
| Hex | F3 | 38 | 5 | 0 | 4D | 62 | 5 | D | 60 | 31 |
| Octal | 363 | 70 | 5 | 0 | 115 | 142 | 5 | 15 | 140 | 61 |
| Binary | 11110011 | 111000 | 101 | 0 | 1001101 | 1100010 | 101 | 1101 | 1100000 | 110001 |
Color Harmonies of #F33805
Complementary color
Monochromatic Colors of #F33805
Black with #F33805
Text Example
Text Example
White with #F33805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33805; }
p { color: rgb(243,56,5); }
H1.HeaderClassName
{
color: #F33805;
}
.AnyTagClassName
{
color: #F33805;
}
</style>
background-color css
<style>
a { background-color: #F33805; }
a { background-color: rgb(243,56,5); }
div.DivClassName
{
background-color: #F33805;
}
.BgClassName
{
background-color: #F33805;
}
</style>
border-color css
<style>
span { border-color: #F33805; }
span { border-color: rgb(243,56,5); }
td.TdClassName
{
border-color: #F33805;
}
.TagClassName
{
border-color: #F33805;
}
</style>