Shades of Burnt Orange #FC733B
Tints of Burnt Orange #FC733B
RGB
CMYK
RGB Variations
Color information
#FC733B (or 0xFC733B) is known color: Burnt Orange. HEX triplet: FC, 73 and 3B. RGB value is (252,115,59). Sum of RGB (Red+Green+Blue) = 252+115+59=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC733B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC733B is #038CC4. Grayscale: #959595. Windows color (decimal): -232645 or 3896316. OLE color: 3896316.
HSL color Cylindrical-coordinate representation of color #FC733B: hue angle of 17.41º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC733B is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 59 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.01 |
| HSL | 17.41º | 0.97% | 0.61% | - |
| HSV(B) | 17.41º | 0.77% | 0.99% | - |
| XYZ | 47.07 | 33.27 | 8.08 | - |
| YUV | 149.58 | 76.89 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 59 | 0 | 0.54 | 0.77 | 0.01 | 17.41 | 0.97 | 0.61 |
| Hex | FC | 73 | 3B | 0 | 36 | 4D | 1 | 11 | 61 | 3D |
| Octal | 374 | 163 | 73 | 0 | 66 | 115 | 1 | 21 | 141 | 75 |
| Binary | 11111100 | 1110011 | 111011 | 0 | 110110 | 1001101 | 1 | 10001 | 1100001 | 111101 |
Color Harmonies of #FC733B
Complementary color
Monochromatic Colors of #FC733B
Black with #FC733B
Text Example
Text Example
White with #FC733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC733B; }
p { color: rgb(252,115,59); }
H1.HeaderClassName
{
color: #FC733B;
}
.AnyTagClassName
{
color: #FC733B;
}
</style>
background-color css
<style>
a { background-color: #FC733B; }
a { background-color: rgb(252,115,59); }
div.DivClassName
{
background-color: #FC733B;
}
.BgClassName
{
background-color: #FC733B;
}
</style>
border-color css
<style>
span { border-color: #FC733B; }
span { border-color: rgb(252,115,59); }
td.TdClassName
{
border-color: #FC733B;
}
.TagClassName
{
border-color: #FC733B;
}
</style>