Shades of Burnt Orange #FC692A
Tints of Burnt Orange #FC692A
RGB
CMYK
RGB Variations
Color information
#FC692A (or 0xFC692A) is known color: Burnt Orange. HEX triplet: FC, 69 and 2A. RGB value is (252,105,42). Sum of RGB (Red+Green+Blue) = 252+105+42=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC692A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC692A is #0396D5. Grayscale: #8E8E8E. Windows color (decimal): -235222 or 2779644. OLE color: 2779644.
HSL color Cylindrical-coordinate representation of color #FC692A: hue angle of 18º 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 #FC692A is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 42 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.01 |
| HSL | 18º | 0.97% | 0.58% | - |
| HSV(B) | 18º | 0.83% | 0.99% | - |
| XYZ | 45.61 | 30.97 | 5.76 | - |
| YUV | 141.77 | 71.7 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 42 | 0 | 0.58 | 0.83 | 0.01 | 18 | 0.97 | 0.58 |
| Hex | FC | 69 | 2A | 0 | 3A | 53 | 1 | 12 | 61 | 3A |
| Octal | 374 | 151 | 52 | 0 | 72 | 123 | 1 | 22 | 141 | 72 |
| Binary | 11111100 | 1101001 | 101010 | 0 | 111010 | 1010011 | 1 | 10010 | 1100001 | 111010 |
Color Harmonies of #FC692A
Complementary color
Monochromatic Colors of #FC692A
Black with #FC692A
Text Example
Text Example
White with #FC692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC692A; }
p { color: rgb(252,105,42); }
H1.HeaderClassName
{
color: #FC692A;
}
.AnyTagClassName
{
color: #FC692A;
}
</style>
background-color css
<style>
a { background-color: #FC692A; }
a { background-color: rgb(252,105,42); }
div.DivClassName
{
background-color: #FC692A;
}
.BgClassName
{
background-color: #FC692A;
}
</style>
border-color css
<style>
span { border-color: #FC692A; }
span { border-color: rgb(252,105,42); }
td.TdClassName
{
border-color: #FC692A;
}
.TagClassName
{
border-color: #FC692A;
}
</style>