Shades of Burnt Orange #F3742C
Tints of Burnt Orange #F3742C
RGB
CMYK
RGB Variations
Color information
#F3742C (or 0xF3742C) is known color: Burnt Orange. HEX triplet: F3, 74 and 2C. RGB value is (243,116,44). Sum of RGB (Red+Green+Blue) = 243+116+44=403 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.30% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 243 - color contains mainly: red. Hex color #F3742C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3742C is #0C8BD3. Grayscale: #929292. Windows color (decimal): -822228 or 2913523. OLE color: 2913523.
HSL color Cylindrical-coordinate representation of color #F3742C: hue angle of 21.71º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3742C is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 44 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.05 |
| HSL | 21.71º | 0.89% | 0.56% | - |
| HSV(B) | 21.71º | 0.82% | 0.95% | - |
| XYZ | 43.66 | 31.73 | 6.21 | - |
| YUV | 145.77 | 70.58 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 44 | 0 | 0.52 | 0.82 | 0.05 | 21.71 | 0.89 | 0.56 |
| Hex | F3 | 74 | 2C | 0 | 34 | 52 | 5 | 16 | 59 | 38 |
| Octal | 363 | 164 | 54 | 0 | 64 | 122 | 5 | 26 | 131 | 70 |
| Binary | 11110011 | 1110100 | 101100 | 0 | 110100 | 1010010 | 101 | 10110 | 1011001 | 111000 |
Color Harmonies of #F3742C
Complementary color
Monochromatic Colors of #F3742C
Black with #F3742C
Text Example
Text Example
White with #F3742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3742C; }
p { color: rgb(243,116,44); }
H1.HeaderClassName
{
color: #F3742C;
}
.AnyTagClassName
{
color: #F3742C;
}
</style>
background-color css
<style>
a { background-color: #F3742C; }
a { background-color: rgb(243,116,44); }
div.DivClassName
{
background-color: #F3742C;
}
.BgClassName
{
background-color: #F3742C;
}
</style>
border-color css
<style>
span { border-color: #F3742C; }
span { border-color: rgb(243,116,44); }
td.TdClassName
{
border-color: #F3742C;
}
.TagClassName
{
border-color: #F3742C;
}
</style>