Shades of Burnt Orange #FC7A33
Tints of Burnt Orange #FC7A33
RGB
CMYK
RGB Variations
Color information
#FC7A33 (or 0xFC7A33) is known color: Burnt Orange. HEX triplet: FC, 7A and 33. RGB value is (252,122,51). Sum of RGB (Red+Green+Blue) = 252+122+51=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A33 is #0385CC. Grayscale: #999999. Windows color (decimal): -230861 or 3373820. OLE color: 3373820.
HSL color Cylindrical-coordinate representation of color #FC7A33: hue angle of 21.19º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC7A33 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 51 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.01 |
| HSL | 21.19º | 0.97% | 0.59% | - |
| HSV(B) | 21.19º | 0.8% | 0.99% | - |
| XYZ | 47.7 | 34.85 | 7.35 | - |
| YUV | 152.78 | 70.57 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 51 | 0 | 0.52 | 0.80 | 0.01 | 21.19 | 0.97 | 0.59 |
| Hex | FC | 7A | 33 | 0 | 34 | 50 | 1 | 15 | 61 | 3B |
| Octal | 374 | 172 | 63 | 0 | 64 | 120 | 1 | 25 | 141 | 73 |
| Binary | 11111100 | 1111010 | 110011 | 0 | 110100 | 1010000 | 1 | 10101 | 1100001 | 111011 |
Color Harmonies of #FC7A33
Complementary color
Monochromatic Colors of #FC7A33
Black with #FC7A33
Text Example
Text Example
White with #FC7A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A33; }
p { color: rgb(252,122,51); }
H1.HeaderClassName
{
color: #FC7A33;
}
.AnyTagClassName
{
color: #FC7A33;
}
</style>
background-color css
<style>
a { background-color: #FC7A33; }
a { background-color: rgb(252,122,51); }
div.DivClassName
{
background-color: #FC7A33;
}
.BgClassName
{
background-color: #FC7A33;
}
</style>
border-color css
<style>
span { border-color: #FC7A33; }
span { border-color: rgb(252,122,51); }
td.TdClassName
{
border-color: #FC7A33;
}
.TagClassName
{
border-color: #FC7A33;
}
</style>