Shades of Burnt Orange #FD723C
Tints of Burnt Orange #FD723C
RGB
CMYK
RGB Variations
Color information
#FD723C (or 0xFD723C) is known color: Burnt Orange. HEX triplet: FD, 72 and 3C. RGB value is (253,114,60). Sum of RGB (Red+Green+Blue) = 253+114+60=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD723C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD723C is #028DC3. Grayscale: #959595. Windows color (decimal): -167364 or 3961597. OLE color: 3961597.
HSL color Cylindrical-coordinate representation of color #FD723C: hue angle of 16.79º 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 #FD723C is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 114 | 60 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.01 |
| HSL | 16.79º | 0.98% | 0.61% | - |
| HSV(B) | 16.79º | 0.76% | 0.99% | - |
| XYZ | 47.34 | 33.24 | 8.2 | - |
| YUV | 149.41 | 77.55 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 114 | 60 | 0 | 0.55 | 0.76 | 0.01 | 16.79 | 0.98 | 0.61 |
| Hex | FD | 72 | 3C | 0 | 37 | 4C | 1 | 11 | 62 | 3D |
| Octal | 375 | 162 | 74 | 0 | 67 | 114 | 1 | 21 | 142 | 75 |
| Binary | 11111101 | 1110010 | 111100 | 0 | 110111 | 1001100 | 1 | 10001 | 1100010 | 111101 |
Color Harmonies of #FD723C
Complementary color
Monochromatic Colors of #FD723C
Black with #FD723C
Text Example
Text Example
White with #FD723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD723C; }
p { color: rgb(253,114,60); }
H1.HeaderClassName
{
color: #FD723C;
}
.AnyTagClassName
{
color: #FD723C;
}
</style>
background-color css
<style>
a { background-color: #FD723C; }
a { background-color: rgb(253,114,60); }
div.DivClassName
{
background-color: #FD723C;
}
.BgClassName
{
background-color: #FD723C;
}
</style>
border-color css
<style>
span { border-color: #FD723C; }
span { border-color: rgb(253,114,60); }
td.TdClassName
{
border-color: #FD723C;
}
.TagClassName
{
border-color: #FD723C;
}
</style>