Shades of Burnt Orange #FC7344
Tints of Burnt Orange #FC7344
RGB
CMYK
RGB Variations
Color information
#FC7344 (or 0xFC7344) is known color: Burnt Orange. HEX triplet: FC, 73 and 44. RGB value is (252,115,68). Sum of RGB (Red+Green+Blue) = 252+115+68=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7344 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7344 is #038CBB. Grayscale: #969696. Windows color (decimal): -232636 or 4486140. OLE color: 4486140.
HSL color Cylindrical-coordinate representation of color #FC7344: hue angle of 15.33º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC7344 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 68 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.01 |
| HSL | 15.33º | 0.97% | 0.63% | - |
| HSV(B) | 15.33º | 0.73% | 0.99% | - |
| XYZ | 47.32 | 33.37 | 9.42 | - |
| YUV | 150.61 | 81.39 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 68 | 0 | 0.54 | 0.73 | 0.01 | 15.33 | 0.97 | 0.63 |
| Hex | FC | 73 | 44 | 0 | 36 | 49 | 1 | F | 61 | 3F |
| Octal | 374 | 163 | 104 | 0 | 66 | 111 | 1 | 17 | 141 | 77 |
| Binary | 11111100 | 1110011 | 1000100 | 0 | 110110 | 1001001 | 1 | 1111 | 1100001 | 111111 |
Color Harmonies of #FC7344
Complementary color
Monochromatic Colors of #FC7344
Black with #FC7344
Text Example
Text Example
White with #FC7344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7344; }
p { color: rgb(252,115,68); }
H1.HeaderClassName
{
color: #FC7344;
}
.AnyTagClassName
{
color: #FC7344;
}
</style>
background-color css
<style>
a { background-color: #FC7344; }
a { background-color: rgb(252,115,68); }
div.DivClassName
{
background-color: #FC7344;
}
.BgClassName
{
background-color: #FC7344;
}
</style>
border-color css
<style>
span { border-color: #FC7344; }
span { border-color: rgb(252,115,68); }
td.TdClassName
{
border-color: #FC7344;
}
.TagClassName
{
border-color: #FC7344;
}
</style>