Shades of Orange Red #F33F0D
Tints of Orange Red #F33F0D
RGB
CMYK
RGB Variations
Color information
#F33F0D (or 0xF33F0D) is known color: Orange Red. HEX triplet: F3, 3F and 0D. RGB value is (243,63,13). Sum of RGB (Red+Green+Blue) = 243+63+13=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33F0D is #0CC0F2. Grayscale: #6F6F6F. Windows color (decimal): -835827 or 868339. OLE color: 868339.
HSL color Cylindrical-coordinate representation of color #F33F0D: hue angle of 13.04º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F33F0D is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 13 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.05 |
| HSL | 13.04º | 0.91% | 0.5% | - |
| HSV(B) | 13.04º | 0.95% | 0.95% | - |
| XYZ | 38.81 | 22.64 | 2.7 | - |
| YUV | 111.12 | 72.63 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 13 | 0 | 0.74 | 0.95 | 0.05 | 13.04 | 0.91 | 0.5 |
| Hex | F3 | 3F | D | 0 | 4A | 5F | 5 | D | 5B | 32 |
| Octal | 363 | 77 | 15 | 0 | 112 | 137 | 5 | 15 | 133 | 62 |
| Binary | 11110011 | 111111 | 1101 | 0 | 1001010 | 1011111 | 101 | 1101 | 1011011 | 110010 |
Color Harmonies of #F33F0D
Complementary color
Monochromatic Colors of #F33F0D
Black with #F33F0D
Text Example
Text Example
White with #F33F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33F0D; }
p { color: rgb(243,63,13); }
H1.HeaderClassName
{
color: #F33F0D;
}
.AnyTagClassName
{
color: #F33F0D;
}
</style>
background-color css
<style>
a { background-color: #F33F0D; }
a { background-color: rgb(243,63,13); }
div.DivClassName
{
background-color: #F33F0D;
}
.BgClassName
{
background-color: #F33F0D;
}
</style>
border-color css
<style>
span { border-color: #F33F0D; }
span { border-color: rgb(243,63,13); }
td.TdClassName
{
border-color: #F33F0D;
}
.TagClassName
{
border-color: #F33F0D;
}
</style>