Shades of Burnt Orange #FC7B34
Tints of Burnt Orange #FC7B34
RGB
CMYK
RGB Variations
Color information
#FC7B34 (or 0xFC7B34) is known color: Burnt Orange. HEX triplet: FC, 7B and 34. RGB value is (252,123,52). Sum of RGB (Red+Green+Blue) = 252+123+52=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B34 is #0384CB. Grayscale: #999999. Windows color (decimal): -230604 or 3439612. OLE color: 3439612.
HSL color Cylindrical-coordinate representation of color #FC7B34: hue angle of 21.3º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC7B34 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 52 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.01 |
| HSL | 21.3º | 0.97% | 0.6% | - |
| HSV(B) | 21.3º | 0.79% | 0.99% | - |
| XYZ | 47.85 | 35.11 | 7.5 | - |
| YUV | 153.48 | 70.74 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 52 | 0 | 0.51 | 0.79 | 0.01 | 21.3 | 0.97 | 0.6 |
| Hex | FC | 7B | 34 | 0 | 33 | 4F | 1 | 15 | 61 | 3C |
| Octal | 374 | 173 | 64 | 0 | 63 | 117 | 1 | 25 | 141 | 74 |
| Binary | 11111100 | 1111011 | 110100 | 0 | 110011 | 1001111 | 1 | 10101 | 1100001 | 111100 |
Color Harmonies of #FC7B34
Complementary color
Monochromatic Colors of #FC7B34
Black with #FC7B34
Text Example
Text Example
White with #FC7B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B34; }
p { color: rgb(252,123,52); }
H1.HeaderClassName
{
color: #FC7B34;
}
.AnyTagClassName
{
color: #FC7B34;
}
</style>
background-color css
<style>
a { background-color: #FC7B34; }
a { background-color: rgb(252,123,52); }
div.DivClassName
{
background-color: #FC7B34;
}
.BgClassName
{
background-color: #FC7B34;
}
</style>
border-color css
<style>
span { border-color: #FC7B34; }
span { border-color: rgb(252,123,52); }
td.TdClassName
{
border-color: #FC7B34;
}
.TagClassName
{
border-color: #FC7B34;
}
</style>