Shades of Orange Red #F3400D
Tints of Orange Red #F3400D
RGB
CMYK
RGB Variations
Color information
#F3400D (or 0xF3400D) is known color: Orange Red. HEX triplet: F3, 40 and 0D. RGB value is (243,64,13). Sum of RGB (Red+Green+Blue) = 243+64+13=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F3400D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3400D is #0CBFF2. Grayscale: #707070. Windows color (decimal): -835571 or 868595. OLE color: 868595.
HSL color Cylindrical-coordinate representation of color #F3400D: hue angle of 13.3º 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 #F3400D is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 13 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.05 |
| HSL | 13.3º | 0.91% | 0.5% | - |
| HSV(B) | 13.3º | 0.95% | 0.95% | - |
| XYZ | 38.87 | 22.75 | 2.72 | - |
| YUV | 111.71 | 72.3 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 13 | 0 | 0.74 | 0.95 | 0.05 | 13.3 | 0.91 | 0.5 |
| Hex | F3 | 40 | D | 0 | 4A | 5F | 5 | D | 5B | 32 |
| Octal | 363 | 100 | 15 | 0 | 112 | 137 | 5 | 15 | 133 | 62 |
| Binary | 11110011 | 1000000 | 1101 | 0 | 1001010 | 1011111 | 101 | 1101 | 1011011 | 110010 |
Color Harmonies of #F3400D
Complementary color
Monochromatic Colors of #F3400D
Black with #F3400D
Text Example
Text Example
White with #F3400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3400D; }
p { color: rgb(243,64,13); }
H1.HeaderClassName
{
color: #F3400D;
}
.AnyTagClassName
{
color: #F3400D;
}
</style>
background-color css
<style>
a { background-color: #F3400D; }
a { background-color: rgb(243,64,13); }
div.DivClassName
{
background-color: #F3400D;
}
.BgClassName
{
background-color: #F3400D;
}
</style>
border-color css
<style>
span { border-color: #F3400D; }
span { border-color: rgb(243,64,13); }
td.TdClassName
{
border-color: #F3400D;
}
.TagClassName
{
border-color: #F3400D;
}
</style>