Shades of Burnt Orange #FC7A37
Tints of Burnt Orange #FC7A37
RGB
CMYK
RGB Variations
Color information
#FC7A37 (or 0xFC7A37) is known color: Burnt Orange. HEX triplet: FC, 7A and 37. RGB value is (252,122,55). Sum of RGB (Red+Green+Blue) = 252+122+55=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A37 is #0385C8. Grayscale: #999999. Windows color (decimal): -230857 or 3635964. OLE color: 3635964.
HSL color Cylindrical-coordinate representation of color #FC7A37: hue angle of 20.41º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC7A37 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 55 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.01 |
| HSL | 20.41º | 0.97% | 0.6% | - |
| HSV(B) | 20.41º | 0.78% | 0.99% | - |
| XYZ | 47.79 | 34.89 | 7.83 | - |
| YUV | 153.23 | 72.57 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 55 | 0 | 0.52 | 0.78 | 0.01 | 20.41 | 0.97 | 0.6 |
| Hex | FC | 7A | 37 | 0 | 34 | 4E | 1 | 14 | 61 | 3C |
| Octal | 374 | 172 | 67 | 0 | 64 | 116 | 1 | 24 | 141 | 74 |
| Binary | 11111100 | 1111010 | 110111 | 0 | 110100 | 1001110 | 1 | 10100 | 1100001 | 111100 |
Color Harmonies of #FC7A37
Complementary color
Monochromatic Colors of #FC7A37
Black with #FC7A37
Text Example
Text Example
White with #FC7A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A37; }
p { color: rgb(252,122,55); }
H1.HeaderClassName
{
color: #FC7A37;
}
.AnyTagClassName
{
color: #FC7A37;
}
</style>
background-color css
<style>
a { background-color: #FC7A37; }
a { background-color: rgb(252,122,55); }
div.DivClassName
{
background-color: #FC7A37;
}
.BgClassName
{
background-color: #FC7A37;
}
</style>
border-color css
<style>
span { border-color: #FC7A37; }
span { border-color: rgb(252,122,55); }
td.TdClassName
{
border-color: #FC7A37;
}
.TagClassName
{
border-color: #FC7A37;
}
</style>