Shades of Burnt Orange #F5743B
Tints of Burnt Orange #F5743B
RGB
CMYK
RGB Variations
Color information
#F5743B (or 0xF5743B) is known color: Burnt Orange. HEX triplet: F5, 74 and 3B. RGB value is (245,116,59). Sum of RGB (Red+Green+Blue) = 245+116+59=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 59 (23.44% from 255 or 14.05% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F5743B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5743B is #0A8BC4. Grayscale: #949494. Windows color (decimal): -691141 or 3896565. OLE color: 3896565.
HSL color Cylindrical-coordinate representation of color #F5743B: hue angle of 18.39º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5743B is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 59 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.04 |
| HSL | 18.39º | 0.9% | 0.6% | - |
| HSV(B) | 18.39º | 0.76% | 0.96% | - |
| XYZ | 44.69 | 32.22 | 8 | - |
| YUV | 148.07 | 77.74 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 59 | 0 | 0.53 | 0.76 | 0.04 | 18.39 | 0.9 | 0.6 |
| Hex | F5 | 74 | 3B | 0 | 35 | 4C | 4 | 12 | 5A | 3C |
| Octal | 365 | 164 | 73 | 0 | 65 | 114 | 4 | 22 | 132 | 74 |
| Binary | 11110101 | 1110100 | 111011 | 0 | 110101 | 1001100 | 100 | 10010 | 1011010 | 111100 |
Color Harmonies of #F5743B
Complementary color
Monochromatic Colors of #F5743B
Black with #F5743B
Text Example
Text Example
White with #F5743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5743B; }
p { color: rgb(245,116,59); }
H1.HeaderClassName
{
color: #F5743B;
}
.AnyTagClassName
{
color: #F5743B;
}
</style>
background-color css
<style>
a { background-color: #F5743B; }
a { background-color: rgb(245,116,59); }
div.DivClassName
{
background-color: #F5743B;
}
.BgClassName
{
background-color: #F5743B;
}
</style>
border-color css
<style>
span { border-color: #F5743B; }
span { border-color: rgb(245,116,59); }
td.TdClassName
{
border-color: #F5743B;
}
.TagClassName
{
border-color: #F5743B;
}
</style>