Shades of Burnt Orange #FC652B
Tints of Burnt Orange #FC652B
RGB
CMYK
RGB Variations
Color information
#FC652B (or 0xFC652B) is known color: Burnt Orange. HEX triplet: FC, 65 and 2B. RGB value is (252,101,43). Sum of RGB (Red+Green+Blue) = 252+101+43=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC652B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC652B is #039AD4. Grayscale: #8B8B8B. Windows color (decimal): -236245 or 2844156. OLE color: 2844156.
HSL color Cylindrical-coordinate representation of color #FC652B: hue angle of 16.65º 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 #FC652B is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 43 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.01 |
| HSL | 16.65º | 0.97% | 0.58% | - |
| HSV(B) | 16.65º | 0.83% | 0.99% | - |
| XYZ | 45.23 | 30.18 | 5.73 | - |
| YUV | 139.54 | 73.53 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 43 | 0 | 0.60 | 0.83 | 0.01 | 16.65 | 0.97 | 0.58 |
| Hex | FC | 65 | 2B | 0 | 3C | 53 | 1 | 11 | 61 | 3A |
| Octal | 374 | 145 | 53 | 0 | 74 | 123 | 1 | 21 | 141 | 72 |
| Binary | 11111100 | 1100101 | 101011 | 0 | 111100 | 1010011 | 1 | 10001 | 1100001 | 111010 |
Color Harmonies of #FC652B
Complementary color
Monochromatic Colors of #FC652B
Black with #FC652B
Text Example
Text Example
White with #FC652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC652B; }
p { color: rgb(252,101,43); }
H1.HeaderClassName
{
color: #FC652B;
}
.AnyTagClassName
{
color: #FC652B;
}
</style>
background-color css
<style>
a { background-color: #FC652B; }
a { background-color: rgb(252,101,43); }
div.DivClassName
{
background-color: #FC652B;
}
.BgClassName
{
background-color: #FC652B;
}
</style>
border-color css
<style>
span { border-color: #FC652B; }
span { border-color: rgb(252,101,43); }
td.TdClassName
{
border-color: #FC652B;
}
.TagClassName
{
border-color: #FC652B;
}
</style>