Shades of Burnt Orange #FC6730
Tints of Burnt Orange #FC6730
RGB
CMYK
RGB Variations
Color information
#FC6730 (or 0xFC6730) is known color: Burnt Orange. HEX triplet: FC, 67 and 30. RGB value is (252,103,48). Sum of RGB (Red+Green+Blue) = 252+103+48=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6730 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6730 is #0398CF. Grayscale: #8D8D8D. Windows color (decimal): -235728 or 3172348. OLE color: 3172348.
HSL color Cylindrical-coordinate representation of color #FC6730: hue angle of 16.18º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC6730 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 48 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.01 |
| HSL | 16.18º | 0.97% | 0.59% | - |
| HSV(B) | 16.18º | 0.81% | 0.99% | - |
| XYZ | 45.53 | 30.61 | 6.3 | - |
| YUV | 141.28 | 75.36 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 48 | 0 | 0.59 | 0.81 | 0.01 | 16.18 | 0.97 | 0.59 |
| Hex | FC | 67 | 30 | 0 | 3B | 51 | 1 | 10 | 61 | 3B |
| Octal | 374 | 147 | 60 | 0 | 73 | 121 | 1 | 20 | 141 | 73 |
| Binary | 11111100 | 1100111 | 110000 | 0 | 111011 | 1010001 | 1 | 10000 | 1100001 | 111011 |
Color Harmonies of #FC6730
Complementary color
Monochromatic Colors of #FC6730
Black with #FC6730
Text Example
Text Example
White with #FC6730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6730; }
p { color: rgb(252,103,48); }
H1.HeaderClassName
{
color: #FC6730;
}
.AnyTagClassName
{
color: #FC6730;
}
</style>
background-color css
<style>
a { background-color: #FC6730; }
a { background-color: rgb(252,103,48); }
div.DivClassName
{
background-color: #FC6730;
}
.BgClassName
{
background-color: #FC6730;
}
</style>
border-color css
<style>
span { border-color: #FC6730; }
span { border-color: rgb(252,103,48); }
td.TdClassName
{
border-color: #FC6730;
}
.TagClassName
{
border-color: #FC6730;
}
</style>