Shades of Burnt Orange #FC672A
Tints of Burnt Orange #FC672A
RGB
CMYK
RGB Variations
Color information
#FC672A (or 0xFC672A) is known color: Burnt Orange. HEX triplet: FC, 67 and 2A. RGB value is (252,103,42). Sum of RGB (Red+Green+Blue) = 252+103+42=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC672A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC672A is #0398D5. Grayscale: #8C8C8C. Windows color (decimal): -235734 or 2779132. OLE color: 2779132.
HSL color Cylindrical-coordinate representation of color #FC672A: hue angle of 17.43º 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 #FC672A is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 42 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.01 |
| HSL | 17.43º | 0.97% | 0.58% | - |
| HSV(B) | 17.43º | 0.83% | 0.99% | - |
| XYZ | 45.41 | 30.56 | 5.7 | - |
| YUV | 140.6 | 72.36 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 42 | 0 | 0.59 | 0.83 | 0.01 | 17.43 | 0.97 | 0.58 |
| Hex | FC | 67 | 2A | 0 | 3B | 53 | 1 | 11 | 61 | 3A |
| Octal | 374 | 147 | 52 | 0 | 73 | 123 | 1 | 21 | 141 | 72 |
| Binary | 11111100 | 1100111 | 101010 | 0 | 111011 | 1010011 | 1 | 10001 | 1100001 | 111010 |
Color Harmonies of #FC672A
Complementary color
Monochromatic Colors of #FC672A
Black with #FC672A
Text Example
Text Example
White with #FC672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC672A; }
p { color: rgb(252,103,42); }
H1.HeaderClassName
{
color: #FC672A;
}
.AnyTagClassName
{
color: #FC672A;
}
</style>
background-color css
<style>
a { background-color: #FC672A; }
a { background-color: rgb(252,103,42); }
div.DivClassName
{
background-color: #FC672A;
}
.BgClassName
{
background-color: #FC672A;
}
</style>
border-color css
<style>
span { border-color: #FC672A; }
span { border-color: rgb(252,103,42); }
td.TdClassName
{
border-color: #FC672A;
}
.TagClassName
{
border-color: #FC672A;
}
</style>