Shades of Burnt Orange #FD662E
Tints of Burnt Orange #FD662E
RGB
CMYK
RGB Variations
Color information
#FD662E (or 0xFD662E) is known color: Burnt Orange. HEX triplet: FD, 66 and 2E. RGB value is (253,102,46). Sum of RGB (Red+Green+Blue) = 253+102+46=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD662E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD662E is #0299D1. Grayscale: #8D8D8D. Windows color (decimal): -170450 or 3041021. OLE color: 3041021.
HSL color Cylindrical-coordinate representation of color #FD662E: hue angle of 16.23º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD662E is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 102 | 46 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.01 |
| HSL | 16.23º | 0.98% | 0.59% | - |
| HSV(B) | 16.23º | 0.82% | 0.99% | - |
| XYZ | 45.75 | 30.58 | 6.08 | - |
| YUV | 140.77 | 74.53 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 102 | 46 | 0 | 0.60 | 0.82 | 0.01 | 16.23 | 0.98 | 0.59 |
| Hex | FD | 66 | 2E | 0 | 3C | 52 | 1 | 10 | 62 | 3B |
| Octal | 375 | 146 | 56 | 0 | 74 | 122 | 1 | 20 | 142 | 73 |
| Binary | 11111101 | 1100110 | 101110 | 0 | 111100 | 1010010 | 1 | 10000 | 1100010 | 111011 |
Color Harmonies of #FD662E
Complementary color
Monochromatic Colors of #FD662E
Black with #FD662E
Text Example
Text Example
White with #FD662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD662E; }
p { color: rgb(253,102,46); }
H1.HeaderClassName
{
color: #FD662E;
}
.AnyTagClassName
{
color: #FD662E;
}
</style>
background-color css
<style>
a { background-color: #FD662E; }
a { background-color: rgb(253,102,46); }
div.DivClassName
{
background-color: #FD662E;
}
.BgClassName
{
background-color: #FD662E;
}
</style>
border-color css
<style>
span { border-color: #FD662E; }
span { border-color: rgb(253,102,46); }
td.TdClassName
{
border-color: #FD662E;
}
.TagClassName
{
border-color: #FD662E;
}
</style>