Shades of Burnt Orange #F56B2B
Tints of Burnt Orange #F56B2B
RGB
CMYK
RGB Variations
Color information
#F56B2B (or 0xF56B2B) is known color: Burnt Orange. HEX triplet: F5, 6B and 2B. RGB value is (245,107,43). Sum of RGB (Red+Green+Blue) = 245+107+43=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F56B2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56B2B is #0A94D4. Grayscale: #8D8D8D. Windows color (decimal): -693461 or 2845685. OLE color: 2845685.
HSL color Cylindrical-coordinate representation of color #F56B2B: hue angle of 19.01º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F56B2B is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 43 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.04 |
| HSL | 19.01º | 0.91% | 0.56% | - |
| HSV(B) | 19.01º | 0.82% | 0.96% | - |
| XYZ | 43.35 | 30.1 | 5.81 | - |
| YUV | 140.97 | 72.72 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 43 | 0 | 0.56 | 0.82 | 0.04 | 19.01 | 0.91 | 0.56 |
| Hex | F5 | 6B | 2B | 0 | 38 | 52 | 4 | 13 | 5B | 38 |
| Octal | 365 | 153 | 53 | 0 | 70 | 122 | 4 | 23 | 133 | 70 |
| Binary | 11110101 | 1101011 | 101011 | 0 | 111000 | 1010010 | 100 | 10011 | 1011011 | 111000 |
Color Harmonies of #F56B2B
Complementary color
Monochromatic Colors of #F56B2B
Black with #F56B2B
Text Example
Text Example
White with #F56B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56B2B; }
p { color: rgb(245,107,43); }
H1.HeaderClassName
{
color: #F56B2B;
}
.AnyTagClassName
{
color: #F56B2B;
}
</style>
background-color css
<style>
a { background-color: #F56B2B; }
a { background-color: rgb(245,107,43); }
div.DivClassName
{
background-color: #F56B2B;
}
.BgClassName
{
background-color: #F56B2B;
}
</style>
border-color css
<style>
span { border-color: #F56B2B; }
span { border-color: rgb(245,107,43); }
td.TdClassName
{
border-color: #F56B2B;
}
.TagClassName
{
border-color: #F56B2B;
}
</style>