Shades of Burnt Orange #FC752C
Tints of Burnt Orange #FC752C
RGB
CMYK
RGB Variations
Color information
#FC752C (or 0xFC752C) is known color: Burnt Orange. HEX triplet: FC, 75 and 2C. RGB value is (252,117,44). Sum of RGB (Red+Green+Blue) = 252+117+44=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC752C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC752C is #038AD3. Grayscale: #959595. Windows color (decimal): -232148 or 2913788. OLE color: 2913788.
HSL color Cylindrical-coordinate representation of color #FC752C: hue angle of 21.06º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC752C is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 44 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.01 |
| HSL | 21.06º | 0.97% | 0.58% | - |
| HSV(B) | 21.06º | 0.83% | 0.99% | - |
| XYZ | 46.96 | 33.6 | 6.39 | - |
| YUV | 149.04 | 68.73 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 44 | 0 | 0.54 | 0.83 | 0.01 | 21.06 | 0.97 | 0.58 |
| Hex | FC | 75 | 2C | 0 | 36 | 53 | 1 | 15 | 61 | 3A |
| Octal | 374 | 165 | 54 | 0 | 66 | 123 | 1 | 25 | 141 | 72 |
| Binary | 11111100 | 1110101 | 101100 | 0 | 110110 | 1010011 | 1 | 10101 | 1100001 | 111010 |
Color Harmonies of #FC752C
Complementary color
Monochromatic Colors of #FC752C
Black with #FC752C
Text Example
Text Example
White with #FC752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC752C; }
p { color: rgb(252,117,44); }
H1.HeaderClassName
{
color: #FC752C;
}
.AnyTagClassName
{
color: #FC752C;
}
</style>
background-color css
<style>
a { background-color: #FC752C; }
a { background-color: rgb(252,117,44); }
div.DivClassName
{
background-color: #FC752C;
}
.BgClassName
{
background-color: #FC752C;
}
</style>
border-color css
<style>
span { border-color: #FC752C; }
span { border-color: rgb(252,117,44); }
td.TdClassName
{
border-color: #FC752C;
}
.TagClassName
{
border-color: #FC752C;
}
</style>