Shades of Orange Red #F3490D
Tints of Orange Red #F3490D
RGB
CMYK
RGB Variations
Color information
#F3490D (or 0xF3490D) is known color: Orange Red. HEX triplet: F3, 49 and 0D. RGB value is (243,73,13). Sum of RGB (Red+Green+Blue) = 243+73+13=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F3490D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3490D is #0CB6F2. Grayscale: #757575. Windows color (decimal): -833267 or 870899. OLE color: 870899.
HSL color Cylindrical-coordinate representation of color #F3490D: hue angle of 15.65º 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 #F3490D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 13 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.05 |
| HSL | 15.65º | 0.91% | 0.5% | - |
| HSV(B) | 15.65º | 0.95% | 0.95% | - |
| XYZ | 39.42 | 23.85 | 2.91 | - |
| YUV | 116.99 | 69.32 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 13 | 0 | 0.70 | 0.95 | 0.05 | 15.65 | 0.91 | 0.5 |
| Hex | F3 | 49 | D | 0 | 46 | 5F | 5 | 10 | 5B | 32 |
| Octal | 363 | 111 | 15 | 0 | 106 | 137 | 5 | 20 | 133 | 62 |
| Binary | 11110011 | 1001001 | 1101 | 0 | 1000110 | 1011111 | 101 | 10000 | 1011011 | 110010 |
Color Harmonies of #F3490D
Complementary color
Monochromatic Colors of #F3490D
Black with #F3490D
Text Example
Text Example
White with #F3490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3490D; }
p { color: rgb(243,73,13); }
H1.HeaderClassName
{
color: #F3490D;
}
.AnyTagClassName
{
color: #F3490D;
}
</style>
background-color css
<style>
a { background-color: #F3490D; }
a { background-color: rgb(243,73,13); }
div.DivClassName
{
background-color: #F3490D;
}
.BgClassName
{
background-color: #F3490D;
}
</style>
border-color css
<style>
span { border-color: #F3490D; }
span { border-color: rgb(243,73,13); }
td.TdClassName
{
border-color: #F3490D;
}
.TagClassName
{
border-color: #F3490D;
}
</style>