Shades of Orange Red #F33802
Tints of Orange Red #F33802
RGB
CMYK
RGB Variations
Color information
#F33802 (or 0xF33802) is known color: Orange Red. HEX triplet: F3, 38 and 02. RGB value is (243,56,2). Sum of RGB (Red+Green+Blue) = 243+56+2=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F33802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33802 is #0CC7FD. Grayscale: #6A6A6A. Windows color (decimal): -837630 or 145651. OLE color: 145651.
HSL color Cylindrical-coordinate representation of color #F33802: hue angle of 13.44º 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 #F33802 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.05 |
| HSL | 13.44º | 0.98% | 0.48% | - |
| HSV(B) | 13.44º | 0.99% | 0.95% | - |
| XYZ | 38.39 | 21.89 | 2.26 | - |
| YUV | 105.76 | 69.45 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 2 | 0 | 0.77 | 0.99 | 0.05 | 13.44 | 0.98 | 0.48 |
| Hex | F3 | 38 | 2 | 0 | 4D | 63 | 5 | D | 62 | 30 |
| Octal | 363 | 70 | 2 | 0 | 115 | 143 | 5 | 15 | 142 | 60 |
| Binary | 11110011 | 111000 | 10 | 0 | 1001101 | 1100011 | 101 | 1101 | 1100010 | 110000 |
Color Harmonies of #F33802
Complementary color
Monochromatic Colors of #F33802
Black with #F33802
Text Example
Text Example
White with #F33802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33802; }
p { color: rgb(243,56,2); }
H1.HeaderClassName
{
color: #F33802;
}
.AnyTagClassName
{
color: #F33802;
}
</style>
background-color css
<style>
a { background-color: #F33802; }
a { background-color: rgb(243,56,2); }
div.DivClassName
{
background-color: #F33802;
}
.BgClassName
{
background-color: #F33802;
}
</style>
border-color css
<style>
span { border-color: #F33802; }
span { border-color: rgb(243,56,2); }
td.TdClassName
{
border-color: #F33802;
}
.TagClassName
{
border-color: #F33802;
}
</style>