Shades of Orange Red #F33D04
Tints of Orange Red #F33D04
RGB
CMYK
RGB Variations
Color information
#F33D04 (or 0xF33D04) is known color: Orange Red. HEX triplet: F3, 3D and 04. RGB value is (243,61,4). Sum of RGB (Red+Green+Blue) = 243+61+4=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33D04 is #0CC2FB. Grayscale: #6D6D6D. Windows color (decimal): -836348 or 278003. OLE color: 278003.
HSL color Cylindrical-coordinate representation of color #F33D04: hue angle of 14.31º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F33D04 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.05 |
| HSL | 14.31º | 0.97% | 0.48% | - |
| HSV(B) | 14.31º | 0.98% | 0.95% | - |
| XYZ | 38.65 | 22.4 | 2.4 | - |
| YUV | 108.92 | 68.8 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 4 | 0 | 0.75 | 0.98 | 0.05 | 14.31 | 0.97 | 0.48 |
| Hex | F3 | 3D | 4 | 0 | 4B | 62 | 5 | E | 61 | 30 |
| Octal | 363 | 75 | 4 | 0 | 113 | 142 | 5 | 16 | 141 | 60 |
| Binary | 11110011 | 111101 | 100 | 0 | 1001011 | 1100010 | 101 | 1110 | 1100001 | 110000 |
Color Harmonies of #F33D04
Complementary color
Monochromatic Colors of #F33D04
Black with #F33D04
Text Example
Text Example
White with #F33D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D04; }
p { color: rgb(243,61,4); }
H1.HeaderClassName
{
color: #F33D04;
}
.AnyTagClassName
{
color: #F33D04;
}
</style>
background-color css
<style>
a { background-color: #F33D04; }
a { background-color: rgb(243,61,4); }
div.DivClassName
{
background-color: #F33D04;
}
.BgClassName
{
background-color: #F33D04;
}
</style>
border-color css
<style>
span { border-color: #F33D04; }
span { border-color: rgb(243,61,4); }
td.TdClassName
{
border-color: #F33D04;
}
.TagClassName
{
border-color: #F33D04;
}
</style>