Shades of Burnt Orange #FC6425
Tints of Burnt Orange #FC6425
RGB
CMYK
RGB Variations
Color information
#FC6425 (or 0xFC6425) is known color: Burnt Orange. HEX triplet: FC, 64 and 25. RGB value is (252,100,37). Sum of RGB (Red+Green+Blue) = 252+100+37=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6425 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6425 is #039BDA. Grayscale: #8A8A8A. Windows color (decimal): -236507 or 2450684. OLE color: 2450684.
HSL color Cylindrical-coordinate representation of color #FC6425: hue angle of 17.58º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC6425 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 37 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.01 |
| HSL | 17.58º | 0.97% | 0.57% | - |
| HSV(B) | 17.58º | 0.85% | 0.99% | - |
| XYZ | 45.04 | 29.94 | 5.16 | - |
| YUV | 138.27 | 70.86 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 37 | 0 | 0.60 | 0.85 | 0.01 | 17.58 | 0.97 | 0.57 |
| Hex | FC | 64 | 25 | 0 | 3C | 55 | 1 | 12 | 61 | 39 |
| Octal | 374 | 144 | 45 | 0 | 74 | 125 | 1 | 22 | 141 | 71 |
| Binary | 11111100 | 1100100 | 100101 | 0 | 111100 | 1010101 | 1 | 10010 | 1100001 | 111001 |
Color Harmonies of #FC6425
Complementary color
Monochromatic Colors of #FC6425
Black with #FC6425
Text Example
Text Example
White with #FC6425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6425; }
p { color: rgb(252,100,37); }
H1.HeaderClassName
{
color: #FC6425;
}
.AnyTagClassName
{
color: #FC6425;
}
</style>
background-color css
<style>
a { background-color: #FC6425; }
a { background-color: rgb(252,100,37); }
div.DivClassName
{
background-color: #FC6425;
}
.BgClassName
{
background-color: #FC6425;
}
</style>
border-color css
<style>
span { border-color: #FC6425; }
span { border-color: rgb(252,100,37); }
td.TdClassName
{
border-color: #FC6425;
}
.TagClassName
{
border-color: #FC6425;
}
</style>