Shades of Burnt Orange #F5682D
Tints of Burnt Orange #F5682D
RGB
CMYK
RGB Variations
Color information
#F5682D (or 0xF5682D) is known color: Burnt Orange. HEX triplet: F5, 68 and 2D. RGB value is (245,104,45). Sum of RGB (Red+Green+Blue) = 245+104+45=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F5682D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5682D is #0A97D2. Grayscale: #8B8B8B. Windows color (decimal): -694227 or 2975989. OLE color: 2975989.
HSL color Cylindrical-coordinate representation of color #F5682D: hue angle of 17.7º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5682D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 45 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.04 |
| HSL | 17.7º | 0.91% | 0.57% | - |
| HSV(B) | 17.7º | 0.82% | 0.96% | - |
| XYZ | 43.08 | 29.5 | 5.91 | - |
| YUV | 139.43 | 74.71 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 45 | 0 | 0.58 | 0.82 | 0.04 | 17.7 | 0.91 | 0.57 |
| Hex | F5 | 68 | 2D | 0 | 3A | 52 | 4 | 12 | 5B | 39 |
| Octal | 365 | 150 | 55 | 0 | 72 | 122 | 4 | 22 | 133 | 71 |
| Binary | 11110101 | 1101000 | 101101 | 0 | 111010 | 1010010 | 100 | 10010 | 1011011 | 111001 |
Color Harmonies of #F5682D
Complementary color
Monochromatic Colors of #F5682D
Black with #F5682D
Text Example
Text Example
White with #F5682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5682D; }
p { color: rgb(245,104,45); }
H1.HeaderClassName
{
color: #F5682D;
}
.AnyTagClassName
{
color: #F5682D;
}
</style>
background-color css
<style>
a { background-color: #F5682D; }
a { background-color: rgb(245,104,45); }
div.DivClassName
{
background-color: #F5682D;
}
.BgClassName
{
background-color: #F5682D;
}
</style>
border-color css
<style>
span { border-color: #F5682D; }
span { border-color: rgb(245,104,45); }
td.TdClassName
{
border-color: #F5682D;
}
.TagClassName
{
border-color: #F5682D;
}
</style>