Shades of Burnt Orange #FC662E
Tints of Burnt Orange #FC662E
RGB
CMYK
RGB Variations
Color information
#FC662E (or 0xFC662E) is known color: Burnt Orange. HEX triplet: FC, 66 and 2E. RGB value is (252,102,46). Sum of RGB (Red+Green+Blue) = 252+102+46=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC662E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC662E is #0399D1. Grayscale: #8C8C8C. Windows color (decimal): -235986 or 3041020. OLE color: 3041020.
HSL color Cylindrical-coordinate representation of color #FC662E: hue angle of 16.31º 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 #FC662E is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 46 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.01 |
| HSL | 16.31º | 0.97% | 0.58% | - |
| HSV(B) | 16.31º | 0.82% | 0.99% | - |
| XYZ | 45.39 | 30.4 | 6.06 | - |
| YUV | 140.47 | 74.7 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 46 | 0 | 0.60 | 0.82 | 0.01 | 16.31 | 0.97 | 0.58 |
| Hex | FC | 66 | 2E | 0 | 3C | 52 | 1 | 10 | 61 | 3A |
| Octal | 374 | 146 | 56 | 0 | 74 | 122 | 1 | 20 | 141 | 72 |
| Binary | 11111100 | 1100110 | 101110 | 0 | 111100 | 1010010 | 1 | 10000 | 1100001 | 111010 |
Color Harmonies of #FC662E
Complementary color
Monochromatic Colors of #FC662E
Black with #FC662E
Text Example
Text Example
White with #FC662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC662E; }
p { color: rgb(252,102,46); }
H1.HeaderClassName
{
color: #FC662E;
}
.AnyTagClassName
{
color: #FC662E;
}
</style>
background-color css
<style>
a { background-color: #FC662E; }
a { background-color: rgb(252,102,46); }
div.DivClassName
{
background-color: #FC662E;
}
.BgClassName
{
background-color: #FC662E;
}
</style>
border-color css
<style>
span { border-color: #FC662E; }
span { border-color: rgb(252,102,46); }
td.TdClassName
{
border-color: #FC662E;
}
.TagClassName
{
border-color: #FC662E;
}
</style>