Shades of Burnt Orange #F5783D
Tints of Burnt Orange #F5783D
RGB
CMYK
RGB Variations
Color information
#F5783D (or 0xF5783D) is known color: Burnt Orange. HEX triplet: F5, 78 and 3D. RGB value is (245,120,61). Sum of RGB (Red+Green+Blue) = 245+120+61=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F5783D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5783D is #0A87C2. Grayscale: #979797. Windows color (decimal): -690115 or 4028661. OLE color: 4028661.
HSL color Cylindrical-coordinate representation of color #F5783D: hue angle of 19.24º 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 #F5783D is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 61 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.04 |
| HSL | 19.24º | 0.9% | 0.6% | - |
| HSV(B) | 19.24º | 0.75% | 0.96% | - |
| XYZ | 45.21 | 33.18 | 8.44 | - |
| YUV | 150.65 | 77.41 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 61 | 0 | 0.51 | 0.75 | 0.04 | 19.24 | 0.9 | 0.6 |
| Hex | F5 | 78 | 3D | 0 | 33 | 4B | 4 | 13 | 5A | 3C |
| Octal | 365 | 170 | 75 | 0 | 63 | 113 | 4 | 23 | 132 | 74 |
| Binary | 11110101 | 1111000 | 111101 | 0 | 110011 | 1001011 | 100 | 10011 | 1011010 | 111100 |
Color Harmonies of #F5783D
Complementary color
Monochromatic Colors of #F5783D
Black with #F5783D
Text Example
Text Example
White with #F5783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5783D; }
p { color: rgb(245,120,61); }
H1.HeaderClassName
{
color: #F5783D;
}
.AnyTagClassName
{
color: #F5783D;
}
</style>
background-color css
<style>
a { background-color: #F5783D; }
a { background-color: rgb(245,120,61); }
div.DivClassName
{
background-color: #F5783D;
}
.BgClassName
{
background-color: #F5783D;
}
</style>
border-color css
<style>
span { border-color: #F5783D; }
span { border-color: rgb(245,120,61); }
td.TdClassName
{
border-color: #F5783D;
}
.TagClassName
{
border-color: #F5783D;
}
</style>