Shades of Orange Red #F33D0E
Tints of Orange Red #F33D0E
RGB
CMYK
RGB Variations
Color information
#F33D0E (or 0xF33D0E) is known color: Orange Red. HEX triplet: F3, 3D and 0E. RGB value is (243,61,14). Sum of RGB (Red+Green+Blue) = 243+61+14=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33D0E is #0CC2F1. Grayscale: #6E6E6E. Windows color (decimal): -836338 or 933363. OLE color: 933363.
HSL color Cylindrical-coordinate representation of color #F33D0E: hue angle of 12.31º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F33D0E is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 14 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.05 |
| HSL | 12.31º | 0.91% | 0.5% | - |
| HSV(B) | 12.31º | 0.94% | 0.95% | - |
| XYZ | 38.71 | 22.42 | 2.7 | - |
| YUV | 110.06 | 73.8 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 14 | 0 | 0.75 | 0.94 | 0.05 | 12.31 | 0.91 | 0.5 |
| Hex | F3 | 3D | E | 0 | 4B | 5E | 5 | C | 5B | 32 |
| Octal | 363 | 75 | 16 | 0 | 113 | 136 | 5 | 14 | 133 | 62 |
| Binary | 11110011 | 111101 | 1110 | 0 | 1001011 | 1011110 | 101 | 1100 | 1011011 | 110010 |
Color Harmonies of #F33D0E
Complementary color
Monochromatic Colors of #F33D0E
Black with #F33D0E
Text Example
Text Example
White with #F33D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D0E; }
p { color: rgb(243,61,14); }
H1.HeaderClassName
{
color: #F33D0E;
}
.AnyTagClassName
{
color: #F33D0E;
}
</style>
background-color css
<style>
a { background-color: #F33D0E; }
a { background-color: rgb(243,61,14); }
div.DivClassName
{
background-color: #F33D0E;
}
.BgClassName
{
background-color: #F33D0E;
}
</style>
border-color css
<style>
span { border-color: #F33D0E; }
span { border-color: rgb(243,61,14); }
td.TdClassName
{
border-color: #F33D0E;
}
.TagClassName
{
border-color: #F33D0E;
}
</style>