Shades of Burnt Orange #F57A3D
Tints of Burnt Orange #F57A3D
RGB
CMYK
RGB Variations
Color information
#F57A3D (or 0xF57A3D) is known color: Burnt Orange. HEX triplet: F5, 7A and 3D. RGB value is (245,122,61). Sum of RGB (Red+Green+Blue) = 245+122+61=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57A3D is #0A85C2. Grayscale: #989898. Windows color (decimal): -689603 or 4029173. OLE color: 4029173.
HSL color Cylindrical-coordinate representation of color #F57A3D: hue angle of 19.89º 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 #F57A3D is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 61 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.04 |
| HSL | 19.89º | 0.9% | 0.6% | - |
| HSV(B) | 19.89º | 0.75% | 0.96% | - |
| XYZ | 45.46 | 33.67 | 8.52 | - |
| YUV | 151.82 | 76.75 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 61 | 0 | 0.50 | 0.75 | 0.04 | 19.89 | 0.9 | 0.6 |
| Hex | F5 | 7A | 3D | 0 | 32 | 4B | 4 | 14 | 5A | 3C |
| Octal | 365 | 172 | 75 | 0 | 62 | 113 | 4 | 24 | 132 | 74 |
| Binary | 11110101 | 1111010 | 111101 | 0 | 110010 | 1001011 | 100 | 10100 | 1011010 | 111100 |
Color Harmonies of #F57A3D
Complementary color
Monochromatic Colors of #F57A3D
Black with #F57A3D
Text Example
Text Example
White with #F57A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57A3D; }
p { color: rgb(245,122,61); }
H1.HeaderClassName
{
color: #F57A3D;
}
.AnyTagClassName
{
color: #F57A3D;
}
</style>
background-color css
<style>
a { background-color: #F57A3D; }
a { background-color: rgb(245,122,61); }
div.DivClassName
{
background-color: #F57A3D;
}
.BgClassName
{
background-color: #F57A3D;
}
</style>
border-color css
<style>
span { border-color: #F57A3D; }
span { border-color: rgb(245,122,61); }
td.TdClassName
{
border-color: #F57A3D;
}
.TagClassName
{
border-color: #F57A3D;
}
</style>