Shades of Burnt Orange #FC752B
Tints of Burnt Orange #FC752B
RGB
CMYK
RGB Variations
Color information
#FC752B (or 0xFC752B) is known color: Burnt Orange. HEX triplet: FC, 75 and 2B. RGB value is (252,117,43). Sum of RGB (Red+Green+Blue) = 252+117+43=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC752B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC752B is #038AD4. Grayscale: #959595. Windows color (decimal): -232149 or 2848252. OLE color: 2848252.
HSL color Cylindrical-coordinate representation of color #FC752B: hue angle of 21.24º 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 #FC752B is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 43 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.01 |
| HSL | 21.24º | 0.97% | 0.58% | - |
| HSV(B) | 21.24º | 0.83% | 0.99% | - |
| XYZ | 46.94 | 33.59 | 6.3 | - |
| YUV | 148.93 | 68.23 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 43 | 0 | 0.54 | 0.83 | 0.01 | 21.24 | 0.97 | 0.58 |
| Hex | FC | 75 | 2B | 0 | 36 | 53 | 1 | 15 | 61 | 3A |
| Octal | 374 | 165 | 53 | 0 | 66 | 123 | 1 | 25 | 141 | 72 |
| Binary | 11111100 | 1110101 | 101011 | 0 | 110110 | 1010011 | 1 | 10101 | 1100001 | 111010 |
Color Harmonies of #FC752B
Complementary color
Monochromatic Colors of #FC752B
Black with #FC752B
Text Example
Text Example
White with #FC752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC752B; }
p { color: rgb(252,117,43); }
H1.HeaderClassName
{
color: #FC752B;
}
.AnyTagClassName
{
color: #FC752B;
}
</style>
background-color css
<style>
a { background-color: #FC752B; }
a { background-color: rgb(252,117,43); }
div.DivClassName
{
background-color: #FC752B;
}
.BgClassName
{
background-color: #FC752B;
}
</style>
border-color css
<style>
span { border-color: #FC752B; }
span { border-color: rgb(252,117,43); }
td.TdClassName
{
border-color: #FC752B;
}
.TagClassName
{
border-color: #FC752B;
}
</style>