Shades of Burnt Orange #FD6C3A
Tints of Burnt Orange #FD6C3A
RGB
CMYK
RGB Variations
Color information
#FD6C3A (or 0xFD6C3A) is known color: Burnt Orange. HEX triplet: FD, 6C and 3A. RGB value is (253,108,58). Sum of RGB (Red+Green+Blue) = 253+108+58=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6C3A is #0293C5. Grayscale: #929292. Windows color (decimal): -168902 or 3828989. OLE color: 3828989.
HSL color Cylindrical-coordinate representation of color #FD6C3A: hue angle of 15.38º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD6C3A is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 108 | 58 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.01 |
| HSL | 15.38º | 0.98% | 0.61% | - |
| HSV(B) | 15.38º | 0.77% | 0.99% | - |
| XYZ | 46.63 | 31.91 | 7.7 | - |
| YUV | 145.66 | 78.54 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 108 | 58 | 0 | 0.57 | 0.77 | 0.01 | 15.38 | 0.98 | 0.61 |
| Hex | FD | 6C | 3A | 0 | 39 | 4D | 1 | F | 62 | 3D |
| Octal | 375 | 154 | 72 | 0 | 71 | 115 | 1 | 17 | 142 | 75 |
| Binary | 11111101 | 1101100 | 111010 | 0 | 111001 | 1001101 | 1 | 1111 | 1100010 | 111101 |
Color Harmonies of #FD6C3A
Complementary color
Monochromatic Colors of #FD6C3A
Black with #FD6C3A
Text Example
Text Example
White with #FD6C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6C3A; }
p { color: rgb(253,108,58); }
H1.HeaderClassName
{
color: #FD6C3A;
}
.AnyTagClassName
{
color: #FD6C3A;
}
</style>
background-color css
<style>
a { background-color: #FD6C3A; }
a { background-color: rgb(253,108,58); }
div.DivClassName
{
background-color: #FD6C3A;
}
.BgClassName
{
background-color: #FD6C3A;
}
</style>
border-color css
<style>
span { border-color: #FD6C3A; }
span { border-color: rgb(253,108,58); }
td.TdClassName
{
border-color: #FD6C3A;
}
.TagClassName
{
border-color: #FD6C3A;
}
</style>