Shades of Burnt Orange #FD6B2D
Tints of Burnt Orange #FD6B2D
RGB
CMYK
RGB Variations
Color information
#FD6B2D (or 0xFD6B2D) is known color: Burnt Orange. HEX triplet: FD, 6B and 2D. RGB value is (253,107,45). Sum of RGB (Red+Green+Blue) = 253+107+45=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6B2D is #0294D2. Grayscale: #8F8F8F. Windows color (decimal): -169171 or 2976765. OLE color: 2976765.
HSL color Cylindrical-coordinate representation of color #FD6B2D: hue angle of 17.88º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD6B2D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 107 | 45 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.01 |
| HSL | 17.88º | 0.98% | 0.58% | - |
| HSV(B) | 17.88º | 0.82% | 0.99% | - |
| XYZ | 46.24 | 31.59 | 6.14 | - |
| YUV | 143.59 | 72.37 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 107 | 45 | 0 | 0.58 | 0.82 | 0.01 | 17.88 | 0.98 | 0.58 |
| Hex | FD | 6B | 2D | 0 | 3A | 52 | 1 | 12 | 62 | 3A |
| Octal | 375 | 153 | 55 | 0 | 72 | 122 | 1 | 22 | 142 | 72 |
| Binary | 11111101 | 1101011 | 101101 | 0 | 111010 | 1010010 | 1 | 10010 | 1100010 | 111010 |
Color Harmonies of #FD6B2D
Complementary color
Monochromatic Colors of #FD6B2D
Black with #FD6B2D
Text Example
Text Example
White with #FD6B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6B2D; }
p { color: rgb(253,107,45); }
H1.HeaderClassName
{
color: #FD6B2D;
}
.AnyTagClassName
{
color: #FD6B2D;
}
</style>
background-color css
<style>
a { background-color: #FD6B2D; }
a { background-color: rgb(253,107,45); }
div.DivClassName
{
background-color: #FD6B2D;
}
.BgClassName
{
background-color: #FD6B2D;
}
</style>
border-color css
<style>
span { border-color: #FD6B2D; }
span { border-color: rgb(253,107,45); }
td.TdClassName
{
border-color: #FD6B2D;
}
.TagClassName
{
border-color: #FD6B2D;
}
</style>