Shades of Burnt Orange #FC723F
Tints of Burnt Orange #FC723F
RGB
CMYK
RGB Variations
Color information
#FC723F (or 0xFC723F) is known color: Burnt Orange. HEX triplet: FC, 72 and 3F. RGB value is (252,114,63). Sum of RGB (Red+Green+Blue) = 252+114+63=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC723F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC723F is #038DC0. Grayscale: #959595. Windows color (decimal): -232897 or 4158204. OLE color: 4158204.
HSL color Cylindrical-coordinate representation of color #FC723F: hue angle of 16.19º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC723F is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 63 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.01 |
| HSL | 16.19º | 0.97% | 0.62% | - |
| HSV(B) | 16.19º | 0.75% | 0.99% | - |
| XYZ | 47.06 | 33.09 | 8.61 | - |
| YUV | 149.45 | 79.22 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 63 | 0 | 0.55 | 0.75 | 0.01 | 16.19 | 0.97 | 0.62 |
| Hex | FC | 72 | 3F | 0 | 37 | 4B | 1 | 10 | 61 | 3E |
| Octal | 374 | 162 | 77 | 0 | 67 | 113 | 1 | 20 | 141 | 76 |
| Binary | 11111100 | 1110010 | 111111 | 0 | 110111 | 1001011 | 1 | 10000 | 1100001 | 111110 |
Color Harmonies of #FC723F
Complementary color
Monochromatic Colors of #FC723F
Black with #FC723F
Text Example
Text Example
White with #FC723F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC723F; }
p { color: rgb(252,114,63); }
H1.HeaderClassName
{
color: #FC723F;
}
.AnyTagClassName
{
color: #FC723F;
}
</style>
background-color css
<style>
a { background-color: #FC723F; }
a { background-color: rgb(252,114,63); }
div.DivClassName
{
background-color: #FC723F;
}
.BgClassName
{
background-color: #FC723F;
}
</style>
border-color css
<style>
span { border-color: #FC723F; }
span { border-color: rgb(252,114,63); }
td.TdClassName
{
border-color: #FC723F;
}
.TagClassName
{
border-color: #FC723F;
}
</style>