Shades of Orange Red #F33714
Tints of Orange Red #F33714
RGB
CMYK
RGB Variations
Color information
#F33714 (or 0xF33714) is known color: Orange Red. HEX triplet: F3, 37 and 14. RGB value is (243,55,20). Sum of RGB (Red+Green+Blue) = 243+55+20=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F33714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33714 is #0CC8EB. Grayscale: #6B6B6B. Windows color (decimal): -837868 or 1325043. OLE color: 1325043.
HSL color Cylindrical-coordinate representation of color #F33714: hue angle of 9.42º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F33714 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 20 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.05 |
| HSL | 9.42º | 0.9% | 0.52% | - |
| HSV(B) | 9.42º | 0.92% | 0.95% | - |
| XYZ | 38.45 | 21.84 | 2.85 | - |
| YUV | 107.22 | 78.78 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 20 | 0 | 0.77 | 0.92 | 0.05 | 9.42 | 0.9 | 0.52 |
| Hex | F3 | 37 | 14 | 0 | 4D | 5C | 5 | 9 | 5A | 34 |
| Octal | 363 | 67 | 24 | 0 | 115 | 134 | 5 | 11 | 132 | 64 |
| Binary | 11110011 | 110111 | 10100 | 0 | 1001101 | 1011100 | 101 | 1001 | 1011010 | 110100 |
Color Harmonies of #F33714
Complementary color
Monochromatic Colors of #F33714
Black with #F33714
Text Example
Text Example
White with #F33714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33714; }
p { color: rgb(243,55,20); }
H1.HeaderClassName
{
color: #F33714;
}
.AnyTagClassName
{
color: #F33714;
}
</style>
background-color css
<style>
a { background-color: #F33714; }
a { background-color: rgb(243,55,20); }
div.DivClassName
{
background-color: #F33714;
}
.BgClassName
{
background-color: #F33714;
}
</style>
border-color css
<style>
span { border-color: #F33714; }
span { border-color: rgb(243,55,20); }
td.TdClassName
{
border-color: #F33714;
}
.TagClassName
{
border-color: #F33714;
}
</style>