Shades of Burnt Orange #F3672F
Tints of Burnt Orange #F3672F
RGB
CMYK
RGB Variations
Color information
#F3672F (or 0xF3672F) is known color: Burnt Orange. HEX triplet: F3, 67 and 2F. RGB value is (243,103,47). Sum of RGB (Red+Green+Blue) = 243+103+47=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F3672F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3672F is #0C98D0. Grayscale: #8A8A8A. Windows color (decimal): -825553 or 3106803. OLE color: 3106803.
HSL color Cylindrical-coordinate representation of color #F3672F: hue angle of 17.14º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3672F is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 103 | 47 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.05 |
| HSL | 17.14º | 0.89% | 0.57% | - |
| HSV(B) | 17.14º | 0.81% | 0.95% | - |
| XYZ | 42.33 | 28.96 | 6.05 | - |
| YUV | 138.48 | 76.38 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 103 | 47 | 0 | 0.58 | 0.81 | 0.05 | 17.14 | 0.89 | 0.57 |
| Hex | F3 | 67 | 2F | 0 | 3A | 51 | 5 | 11 | 59 | 39 |
| Octal | 363 | 147 | 57 | 0 | 72 | 121 | 5 | 21 | 131 | 71 |
| Binary | 11110011 | 1100111 | 101111 | 0 | 111010 | 1010001 | 101 | 10001 | 1011001 | 111001 |
Color Harmonies of #F3672F
Complementary color
Monochromatic Colors of #F3672F
Black with #F3672F
Text Example
Text Example
White with #F3672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3672F; }
p { color: rgb(243,103,47); }
H1.HeaderClassName
{
color: #F3672F;
}
.AnyTagClassName
{
color: #F3672F;
}
</style>
background-color css
<style>
a { background-color: #F3672F; }
a { background-color: rgb(243,103,47); }
div.DivClassName
{
background-color: #F3672F;
}
.BgClassName
{
background-color: #F3672F;
}
</style>
border-color css
<style>
span { border-color: #F3672F; }
span { border-color: rgb(243,103,47); }
td.TdClassName
{
border-color: #F3672F;
}
.TagClassName
{
border-color: #F3672F;
}
</style>