Shades of Orange Red #F34008
Tints of Orange Red #F34008
RGB
CMYK
RGB Variations
Color information
#F34008 (or 0xF34008) is known color: Orange Red. HEX triplet: F3, 40 and 08. RGB value is (243,64,8). Sum of RGB (Red+Green+Blue) = 243+64+8=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F34008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34008 is #0CBFF7. Grayscale: #6F6F6F. Windows color (decimal): -835576 or 540915. OLE color: 540915.
HSL color Cylindrical-coordinate representation of color #F34008: hue angle of 14.3º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F34008 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 8 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.05 |
| HSL | 14.3º | 0.94% | 0.49% | - |
| HSV(B) | 14.3º | 0.97% | 0.95% | - |
| XYZ | 38.84 | 22.74 | 2.57 | - |
| YUV | 111.14 | 69.8 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 8 | 0 | 0.74 | 0.97 | 0.05 | 14.3 | 0.94 | 0.49 |
| Hex | F3 | 40 | 8 | 0 | 4A | 61 | 5 | E | 5E | 31 |
| Octal | 363 | 100 | 10 | 0 | 112 | 141 | 5 | 16 | 136 | 61 |
| Binary | 11110011 | 1000000 | 1000 | 0 | 1001010 | 1100001 | 101 | 1110 | 1011110 | 110001 |
Color Harmonies of #F34008
Complementary color
Monochromatic Colors of #F34008
Black with #F34008
Text Example
Text Example
White with #F34008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34008; }
p { color: rgb(243,64,8); }
H1.HeaderClassName
{
color: #F34008;
}
.AnyTagClassName
{
color: #F34008;
}
</style>
background-color css
<style>
a { background-color: #F34008; }
a { background-color: rgb(243,64,8); }
div.DivClassName
{
background-color: #F34008;
}
.BgClassName
{
background-color: #F34008;
}
</style>
border-color css
<style>
span { border-color: #F34008; }
span { border-color: rgb(243,64,8); }
td.TdClassName
{
border-color: #F34008;
}
.TagClassName
{
border-color: #F34008;
}
</style>