Shades of Burnt Orange #FC692D
Tints of Burnt Orange #FC692D
RGB
CMYK
RGB Variations
Color information
#FC692D (or 0xFC692D) is known color: Burnt Orange. HEX triplet: FC, 69 and 2D. RGB value is (252,105,45). Sum of RGB (Red+Green+Blue) = 252+105+45=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC692D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC692D is #0396D2. Grayscale: #8E8E8E. Windows color (decimal): -235219 or 2976252. OLE color: 2976252.
HSL color Cylindrical-coordinate representation of color #FC692D: hue angle of 17.39º 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 #FC692D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 45 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.01 |
| HSL | 17.39º | 0.97% | 0.58% | - |
| HSV(B) | 17.39º | 0.82% | 0.99% | - |
| XYZ | 45.67 | 30.99 | 6.06 | - |
| YUV | 142.11 | 73.2 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 45 | 0 | 0.58 | 0.82 | 0.01 | 17.39 | 0.97 | 0.58 |
| Hex | FC | 69 | 2D | 0 | 3A | 52 | 1 | 11 | 61 | 3A |
| Octal | 374 | 151 | 55 | 0 | 72 | 122 | 1 | 21 | 141 | 72 |
| Binary | 11111100 | 1101001 | 101101 | 0 | 111010 | 1010010 | 1 | 10001 | 1100001 | 111010 |
Color Harmonies of #FC692D
Complementary color
Monochromatic Colors of #FC692D
Black with #FC692D
Text Example
Text Example
White with #FC692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC692D; }
p { color: rgb(252,105,45); }
H1.HeaderClassName
{
color: #FC692D;
}
.AnyTagClassName
{
color: #FC692D;
}
</style>
background-color css
<style>
a { background-color: #FC692D; }
a { background-color: rgb(252,105,45); }
div.DivClassName
{
background-color: #FC692D;
}
.BgClassName
{
background-color: #FC692D;
}
</style>
border-color css
<style>
span { border-color: #FC692D; }
span { border-color: rgb(252,105,45); }
td.TdClassName
{
border-color: #FC692D;
}
.TagClassName
{
border-color: #FC692D;
}
</style>