Shades of Burnt Orange #FD823C
Tints of Burnt Orange #FD823C
RGB
CMYK
RGB Variations
Color information
#FD823C (or 0xFD823C) is known color: Burnt Orange. HEX triplet: FD, 82 and 3C. RGB value is (253,130,60). Sum of RGB (Red+Green+Blue) = 253+130+60=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD823C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD823C is #027DC3. Grayscale: #9F9F9F. Windows color (decimal): -163268 or 3965693. OLE color: 3965693.
HSL color Cylindrical-coordinate representation of color #FD823C: hue angle of 21.76º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD823C is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 60 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.01 |
| HSL | 21.76º | 0.98% | 0.61% | - |
| HSV(B) | 21.76º | 0.76% | 0.99% | - |
| XYZ | 49.31 | 37.17 | 8.85 | - |
| YUV | 158.8 | 72.25 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 60 | 0 | 0.49 | 0.76 | 0.01 | 21.76 | 0.98 | 0.61 |
| Hex | FD | 82 | 3C | 0 | 31 | 4C | 1 | 16 | 62 | 3D |
| Octal | 375 | 202 | 74 | 0 | 61 | 114 | 1 | 26 | 142 | 75 |
| Binary | 11111101 | 10000010 | 111100 | 0 | 110001 | 1001100 | 1 | 10110 | 1100010 | 111101 |
Color Harmonies of #FD823C
Complementary color
Monochromatic Colors of #FD823C
Black with #FD823C
Text Example
Text Example
White with #FD823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD823C; }
p { color: rgb(253,130,60); }
H1.HeaderClassName
{
color: #FD823C;
}
.AnyTagClassName
{
color: #FD823C;
}
</style>
background-color css
<style>
a { background-color: #FD823C; }
a { background-color: rgb(253,130,60); }
div.DivClassName
{
background-color: #FD823C;
}
.BgClassName
{
background-color: #FD823C;
}
</style>
border-color css
<style>
span { border-color: #FD823C; }
span { border-color: rgb(253,130,60); }
td.TdClassName
{
border-color: #FD823C;
}
.TagClassName
{
border-color: #FD823C;
}
</style>