Shades of Burnt Orange #FC7B40
Tints of Burnt Orange #FC7B40
RGB
CMYK
RGB Variations
Color information
#FC7B40 (or 0xFC7B40) is known color: Burnt Orange. HEX triplet: FC, 7B and 40. RGB value is (252,123,64). Sum of RGB (Red+Green+Blue) = 252+123+64=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B40 is #0384BF. Grayscale: #9B9B9B. Windows color (decimal): -230592 or 4226044. OLE color: 4226044.
HSL color Cylindrical-coordinate representation of color #FC7B40: hue angle of 18.83º 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 #FC7B40 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 64 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.01 |
| HSL | 18.83º | 0.97% | 0.62% | - |
| HSV(B) | 18.83º | 0.75% | 0.99% | - |
| XYZ | 48.15 | 35.23 | 9.11 | - |
| YUV | 154.85 | 76.74 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 64 | 0 | 0.51 | 0.75 | 0.01 | 18.83 | 0.97 | 0.62 |
| Hex | FC | 7B | 40 | 0 | 33 | 4B | 1 | 13 | 61 | 3E |
| Octal | 374 | 173 | 100 | 0 | 63 | 113 | 1 | 23 | 141 | 76 |
| Binary | 11111100 | 1111011 | 1000000 | 0 | 110011 | 1001011 | 1 | 10011 | 1100001 | 111110 |
Color Harmonies of #FC7B40
Complementary color
Monochromatic Colors of #FC7B40
Black with #FC7B40
Text Example
Text Example
White with #FC7B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B40; }
p { color: rgb(252,123,64); }
H1.HeaderClassName
{
color: #FC7B40;
}
.AnyTagClassName
{
color: #FC7B40;
}
</style>
background-color css
<style>
a { background-color: #FC7B40; }
a { background-color: rgb(252,123,64); }
div.DivClassName
{
background-color: #FC7B40;
}
.BgClassName
{
background-color: #FC7B40;
}
</style>
border-color css
<style>
span { border-color: #FC7B40; }
span { border-color: rgb(252,123,64); }
td.TdClassName
{
border-color: #FC7B40;
}
.TagClassName
{
border-color: #FC7B40;
}
</style>