Shades of Burnt Orange #FC752D
Tints of Burnt Orange #FC752D
RGB
CMYK
RGB Variations
Color information
#FC752D (or 0xFC752D) is known color: Burnt Orange. HEX triplet: FC, 75 and 2D. RGB value is (252,117,45). Sum of RGB (Red+Green+Blue) = 252+117+45=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC752D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC752D is #038AD2. Grayscale: #959595. Windows color (decimal): -232147 or 2979324. OLE color: 2979324.
HSL color Cylindrical-coordinate representation of color #FC752D: hue angle of 20.87º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC752D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 45 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.01 |
| HSL | 20.87º | 0.97% | 0.58% | - |
| HSV(B) | 20.87º | 0.82% | 0.99% | - |
| XYZ | 46.98 | 33.61 | 6.49 | - |
| YUV | 149.16 | 69.23 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 45 | 0 | 0.54 | 0.82 | 0.01 | 20.87 | 0.97 | 0.58 |
| Hex | FC | 75 | 2D | 0 | 36 | 52 | 1 | 15 | 61 | 3A |
| Octal | 374 | 165 | 55 | 0 | 66 | 122 | 1 | 25 | 141 | 72 |
| Binary | 11111100 | 1110101 | 101101 | 0 | 110110 | 1010010 | 1 | 10101 | 1100001 | 111010 |
Color Harmonies of #FC752D
Complementary color
Monochromatic Colors of #FC752D
Black with #FC752D
Text Example
Text Example
White with #FC752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC752D; }
p { color: rgb(252,117,45); }
H1.HeaderClassName
{
color: #FC752D;
}
.AnyTagClassName
{
color: #FC752D;
}
</style>
background-color css
<style>
a { background-color: #FC752D; }
a { background-color: rgb(252,117,45); }
div.DivClassName
{
background-color: #FC752D;
}
.BgClassName
{
background-color: #FC752D;
}
</style>
border-color css
<style>
span { border-color: #FC752D; }
span { border-color: rgb(252,117,45); }
td.TdClassName
{
border-color: #FC752D;
}
.TagClassName
{
border-color: #FC752D;
}
</style>