Shades of Burnt Orange #F5733D
Tints of Burnt Orange #F5733D
RGB
CMYK
RGB Variations
Color information
#F5733D (or 0xF5733D) is known color: Burnt Orange. HEX triplet: F5, 73 and 3D. RGB value is (245,115,61). Sum of RGB (Red+Green+Blue) = 245+115+61=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F5733D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5733D is #0A8CC2. Grayscale: #949494. Windows color (decimal): -691395 or 4027381. OLE color: 4027381.
HSL color Cylindrical-coordinate representation of color #F5733D: hue angle of 17.61º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5733D is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 61 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.04 |
| HSL | 17.61º | 0.9% | 0.6% | - |
| HSV(B) | 17.61º | 0.75% | 0.96% | - |
| XYZ | 44.63 | 32.01 | 8.24 | - |
| YUV | 147.71 | 79.07 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 61 | 0 | 0.53 | 0.75 | 0.04 | 17.61 | 0.9 | 0.6 |
| Hex | F5 | 73 | 3D | 0 | 35 | 4B | 4 | 12 | 5A | 3C |
| Octal | 365 | 163 | 75 | 0 | 65 | 113 | 4 | 22 | 132 | 74 |
| Binary | 11110101 | 1110011 | 111101 | 0 | 110101 | 1001011 | 100 | 10010 | 1011010 | 111100 |
Color Harmonies of #F5733D
Complementary color
Monochromatic Colors of #F5733D
Black with #F5733D
Text Example
Text Example
White with #F5733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5733D; }
p { color: rgb(245,115,61); }
H1.HeaderClassName
{
color: #F5733D;
}
.AnyTagClassName
{
color: #F5733D;
}
</style>
background-color css
<style>
a { background-color: #F5733D; }
a { background-color: rgb(245,115,61); }
div.DivClassName
{
background-color: #F5733D;
}
.BgClassName
{
background-color: #F5733D;
}
</style>
border-color css
<style>
span { border-color: #F5733D; }
span { border-color: rgb(245,115,61); }
td.TdClassName
{
border-color: #F5733D;
}
.TagClassName
{
border-color: #F5733D;
}
</style>