Shades of Orange Red #F34403
Tints of Orange Red #F34403
RGB
CMYK
RGB Variations
Color information
#F34403 (or 0xF34403) is known color: Orange Red. HEX triplet: F3, 44 and 03. RGB value is (243,68,3). Sum of RGB (Red+Green+Blue) = 243+68+3=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F34403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34403 is #0CBBFC. Grayscale: #717171. Windows color (decimal): -834557 or 214259. OLE color: 214259.
HSL color Cylindrical-coordinate representation of color #F34403: hue angle of 16.25º 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 #F34403 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 3 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.05 |
| HSL | 16.25º | 0.98% | 0.48% | - |
| HSV(B) | 16.25º | 0.99% | 0.95% | - |
| XYZ | 39.05 | 23.2 | 2.51 | - |
| YUV | 112.92 | 65.98 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 3 | 0 | 0.72 | 0.99 | 0.05 | 16.25 | 0.98 | 0.48 |
| Hex | F3 | 44 | 3 | 0 | 48 | 63 | 5 | 10 | 62 | 30 |
| Octal | 363 | 104 | 3 | 0 | 110 | 143 | 5 | 20 | 142 | 60 |
| Binary | 11110011 | 1000100 | 11 | 0 | 1001000 | 1100011 | 101 | 10000 | 1100010 | 110000 |
Color Harmonies of #F34403
Complementary color
Monochromatic Colors of #F34403
Black with #F34403
Text Example
Text Example
White with #F34403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34403; }
p { color: rgb(243,68,3); }
H1.HeaderClassName
{
color: #F34403;
}
.AnyTagClassName
{
color: #F34403;
}
</style>
background-color css
<style>
a { background-color: #F34403; }
a { background-color: rgb(243,68,3); }
div.DivClassName
{
background-color: #F34403;
}
.BgClassName
{
background-color: #F34403;
}
</style>
border-color css
<style>
span { border-color: #F34403; }
span { border-color: rgb(243,68,3); }
td.TdClassName
{
border-color: #F34403;
}
.TagClassName
{
border-color: #F34403;
}
</style>