Shades of Burnt Orange #FC7B2F
Tints of Burnt Orange #FC7B2F
RGB
CMYK
RGB Variations
Color information
#FC7B2F (or 0xFC7B2F) is known color: Burnt Orange. HEX triplet: FC, 7B and 2F. RGB value is (252,123,47). Sum of RGB (Red+Green+Blue) = 252+123+47=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B2F is #0384D0. Grayscale: #999999. Windows color (decimal): -230609 or 3111932. OLE color: 3111932.
HSL color Cylindrical-coordinate representation of color #FC7B2F: hue angle of 22.24º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC7B2F is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 47 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.01 |
| HSL | 22.24º | 0.97% | 0.59% | - |
| HSV(B) | 22.24º | 0.81% | 0.99% | - |
| XYZ | 47.74 | 35.07 | 6.94 | - |
| YUV | 152.91 | 68.24 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 47 | 0 | 0.51 | 0.81 | 0.01 | 22.24 | 0.97 | 0.59 |
| Hex | FC | 7B | 2F | 0 | 33 | 51 | 1 | 16 | 61 | 3B |
| Octal | 374 | 173 | 57 | 0 | 63 | 121 | 1 | 26 | 141 | 73 |
| Binary | 11111100 | 1111011 | 101111 | 0 | 110011 | 1010001 | 1 | 10110 | 1100001 | 111011 |
Color Harmonies of #FC7B2F
Complementary color
Monochromatic Colors of #FC7B2F
Black with #FC7B2F
Text Example
Text Example
White with #FC7B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B2F; }
p { color: rgb(252,123,47); }
H1.HeaderClassName
{
color: #FC7B2F;
}
.AnyTagClassName
{
color: #FC7B2F;
}
</style>
background-color css
<style>
a { background-color: #FC7B2F; }
a { background-color: rgb(252,123,47); }
div.DivClassName
{
background-color: #FC7B2F;
}
.BgClassName
{
background-color: #FC7B2F;
}
</style>
border-color css
<style>
span { border-color: #FC7B2F; }
span { border-color: rgb(252,123,47); }
td.TdClassName
{
border-color: #FC7B2F;
}
.TagClassName
{
border-color: #FC7B2F;
}
</style>