Shades of Burnt Orange #FC6938
Tints of Burnt Orange #FC6938
RGB
CMYK
RGB Variations
Color information
#FC6938 (or 0xFC6938) is known color: Burnt Orange. HEX triplet: FC, 69 and 38. RGB value is (252,105,56). Sum of RGB (Red+Green+Blue) = 252+105+56=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6938 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6938 is #0396C7. Grayscale: #8F8F8F. Windows color (decimal): -235208 or 3697148. OLE color: 3697148.
HSL color Cylindrical-coordinate representation of color #FC6938: hue angle of 15º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC6938 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 56 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.01 |
| HSL | 15º | 0.97% | 0.6% | - |
| HSV(B) | 15º | 0.78% | 0.99% | - |
| XYZ | 45.91 | 31.08 | 7.32 | - |
| YUV | 143.37 | 78.7 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 56 | 0 | 0.58 | 0.78 | 0.01 | 15 | 0.97 | 0.6 |
| Hex | FC | 69 | 38 | 0 | 3A | 4E | 1 | F | 61 | 3C |
| Octal | 374 | 151 | 70 | 0 | 72 | 116 | 1 | 17 | 141 | 74 |
| Binary | 11111100 | 1101001 | 111000 | 0 | 111010 | 1001110 | 1 | 1111 | 1100001 | 111100 |
Color Harmonies of #FC6938
Complementary color
Monochromatic Colors of #FC6938
Black with #FC6938
Text Example
Text Example
White with #FC6938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6938; }
p { color: rgb(252,105,56); }
H1.HeaderClassName
{
color: #FC6938;
}
.AnyTagClassName
{
color: #FC6938;
}
</style>
background-color css
<style>
a { background-color: #FC6938; }
a { background-color: rgb(252,105,56); }
div.DivClassName
{
background-color: #FC6938;
}
.BgClassName
{
background-color: #FC6938;
}
</style>
border-color css
<style>
span { border-color: #FC6938; }
span { border-color: rgb(252,105,56); }
td.TdClassName
{
border-color: #FC6938;
}
.TagClassName
{
border-color: #FC6938;
}
</style>