Shades of Burnt Orange #FC762D
Tints of Burnt Orange #FC762D
RGB
CMYK
RGB Variations
Color information
#FC762D (or 0xFC762D) is known color: Burnt Orange. HEX triplet: FC, 76 and 2D. RGB value is (252,118,45). Sum of RGB (Red+Green+Blue) = 252+118+45=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC762D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC762D is #0389D2. Grayscale: #969696. Windows color (decimal): -231891 or 2979580. OLE color: 2979580.
HSL color Cylindrical-coordinate representation of color #FC762D: hue angle of 21.16º 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 #FC762D is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 45 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.01 |
| HSL | 21.16º | 0.97% | 0.58% | - |
| HSV(B) | 21.16º | 0.82% | 0.99% | - |
| XYZ | 47.1 | 33.84 | 6.53 | - |
| YUV | 149.74 | 68.89 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 45 | 0 | 0.53 | 0.82 | 0.01 | 21.16 | 0.97 | 0.58 |
| Hex | FC | 76 | 2D | 0 | 35 | 52 | 1 | 15 | 61 | 3A |
| Octal | 374 | 166 | 55 | 0 | 65 | 122 | 1 | 25 | 141 | 72 |
| Binary | 11111100 | 1110110 | 101101 | 0 | 110101 | 1010010 | 1 | 10101 | 1100001 | 111010 |
Color Harmonies of #FC762D
Complementary color
Monochromatic Colors of #FC762D
Black with #FC762D
Text Example
Text Example
White with #FC762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC762D; }
p { color: rgb(252,118,45); }
H1.HeaderClassName
{
color: #FC762D;
}
.AnyTagClassName
{
color: #FC762D;
}
</style>
background-color css
<style>
a { background-color: #FC762D; }
a { background-color: rgb(252,118,45); }
div.DivClassName
{
background-color: #FC762D;
}
.BgClassName
{
background-color: #FC762D;
}
</style>
border-color css
<style>
span { border-color: #FC762D; }
span { border-color: rgb(252,118,45); }
td.TdClassName
{
border-color: #FC762D;
}
.TagClassName
{
border-color: #FC762D;
}
</style>