Shades of Burnt Orange #FD6C2B
Tints of Burnt Orange #FD6C2B
RGB
CMYK
RGB Variations
Color information
#FD6C2B (or 0xFD6C2B) is known color: Burnt Orange. HEX triplet: FD, 6C and 2B. RGB value is (253,108,43). Sum of RGB (Red+Green+Blue) = 253+108+43=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6C2B is #0293D4. Grayscale: #909090. Windows color (decimal): -168917 or 2845949. OLE color: 2845949.
HSL color Cylindrical-coordinate representation of color #FD6C2B: hue angle of 18.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD6C2B is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 108 | 43 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.01 |
| HSL | 18.57º | 0.98% | 0.58% | - |
| HSV(B) | 18.57º | 0.83% | 0.99% | - |
| XYZ | 46.31 | 31.78 | 5.98 | - |
| YUV | 143.95 | 71.04 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 108 | 43 | 0 | 0.57 | 0.83 | 0.01 | 18.57 | 0.98 | 0.58 |
| Hex | FD | 6C | 2B | 0 | 39 | 53 | 1 | 13 | 62 | 3A |
| Octal | 375 | 154 | 53 | 0 | 71 | 123 | 1 | 23 | 142 | 72 |
| Binary | 11111101 | 1101100 | 101011 | 0 | 111001 | 1010011 | 1 | 10011 | 1100010 | 111010 |
Color Harmonies of #FD6C2B
Complementary color
Monochromatic Colors of #FD6C2B
Black with #FD6C2B
Text Example
Text Example
White with #FD6C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6C2B; }
p { color: rgb(253,108,43); }
H1.HeaderClassName
{
color: #FD6C2B;
}
.AnyTagClassName
{
color: #FD6C2B;
}
</style>
background-color css
<style>
a { background-color: #FD6C2B; }
a { background-color: rgb(253,108,43); }
div.DivClassName
{
background-color: #FD6C2B;
}
.BgClassName
{
background-color: #FD6C2B;
}
</style>
border-color css
<style>
span { border-color: #FD6C2B; }
span { border-color: rgb(253,108,43); }
td.TdClassName
{
border-color: #FD6C2B;
}
.TagClassName
{
border-color: #FD6C2B;
}
</style>