Shades of Burnt Orange #FC7838
Tints of Burnt Orange #FC7838
RGB
CMYK
RGB Variations
Color information
#FC7838 (or 0xFC7838) is known color: Burnt Orange. HEX triplet: FC, 78 and 38. RGB value is (252,120,56). Sum of RGB (Red+Green+Blue) = 252+120+56=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7838 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7838 is #0387C7. Grayscale: #989898. Windows color (decimal): -231368 or 3700988. OLE color: 3700988.
HSL color Cylindrical-coordinate representation of color #FC7838: hue angle of 19.59º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC7838 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 56 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.01 |
| HSL | 19.59º | 0.97% | 0.6% | - |
| HSV(B) | 19.59º | 0.78% | 0.99% | - |
| XYZ | 47.58 | 34.41 | 7.88 | - |
| YUV | 152.17 | 73.73 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 56 | 0 | 0.52 | 0.78 | 0.01 | 19.59 | 0.97 | 0.6 |
| Hex | FC | 78 | 38 | 0 | 34 | 4E | 1 | 14 | 61 | 3C |
| Octal | 374 | 170 | 70 | 0 | 64 | 116 | 1 | 24 | 141 | 74 |
| Binary | 11111100 | 1111000 | 111000 | 0 | 110100 | 1001110 | 1 | 10100 | 1100001 | 111100 |
Color Harmonies of #FC7838
Complementary color
Monochromatic Colors of #FC7838
Black with #FC7838
Text Example
Text Example
White with #FC7838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7838; }
p { color: rgb(252,120,56); }
H1.HeaderClassName
{
color: #FC7838;
}
.AnyTagClassName
{
color: #FC7838;
}
</style>
background-color css
<style>
a { background-color: #FC7838; }
a { background-color: rgb(252,120,56); }
div.DivClassName
{
background-color: #FC7838;
}
.BgClassName
{
background-color: #FC7838;
}
</style>
border-color css
<style>
span { border-color: #FC7838; }
span { border-color: rgb(252,120,56); }
td.TdClassName
{
border-color: #FC7838;
}
.TagClassName
{
border-color: #FC7838;
}
</style>