Shades of Burnt Orange #F3672C
Tints of Burnt Orange #F3672C
RGB
CMYK
RGB Variations
Color information
#F3672C (or 0xF3672C) is known color: Burnt Orange. HEX triplet: F3, 67 and 2C. RGB value is (243,103,44). Sum of RGB (Red+Green+Blue) = 243+103+44=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F3672C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3672C is #0C98D3. Grayscale: #8A8A8A. Windows color (decimal): -825556 or 2910195. OLE color: 2910195.
HSL color Cylindrical-coordinate representation of color #F3672C: hue angle of 17.79º 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 #F3672C is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 103 | 44 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.05 |
| HSL | 17.79º | 0.89% | 0.56% | - |
| HSV(B) | 17.79º | 0.82% | 0.95% | - |
| XYZ | 42.27 | 28.94 | 5.74 | - |
| YUV | 138.13 | 74.88 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 103 | 44 | 0 | 0.58 | 0.82 | 0.05 | 17.79 | 0.89 | 0.56 |
| Hex | F3 | 67 | 2C | 0 | 3A | 52 | 5 | 12 | 59 | 38 |
| Octal | 363 | 147 | 54 | 0 | 72 | 122 | 5 | 22 | 131 | 70 |
| Binary | 11110011 | 1100111 | 101100 | 0 | 111010 | 1010010 | 101 | 10010 | 1011001 | 111000 |
Color Harmonies of #F3672C
Complementary color
Monochromatic Colors of #F3672C
Black with #F3672C
Text Example
Text Example
White with #F3672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3672C; }
p { color: rgb(243,103,44); }
H1.HeaderClassName
{
color: #F3672C;
}
.AnyTagClassName
{
color: #F3672C;
}
</style>
background-color css
<style>
a { background-color: #F3672C; }
a { background-color: rgb(243,103,44); }
div.DivClassName
{
background-color: #F3672C;
}
.BgClassName
{
background-color: #F3672C;
}
</style>
border-color css
<style>
span { border-color: #F3672C; }
span { border-color: rgb(243,103,44); }
td.TdClassName
{
border-color: #F3672C;
}
.TagClassName
{
border-color: #F3672C;
}
</style>