Shades of Burnt Orange #FC7B33
Tints of Burnt Orange #FC7B33
RGB
CMYK
RGB Variations
Color information
#FC7B33 (or 0xFC7B33) is known color: Burnt Orange. HEX triplet: FC, 7B and 33. RGB value is (252,123,51). Sum of RGB (Red+Green+Blue) = 252+123+51=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B33 is #0384CC. Grayscale: #999999. Windows color (decimal): -230605 or 3374076. OLE color: 3374076.
HSL color Cylindrical-coordinate representation of color #FC7B33: hue angle of 21.49º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC7B33 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 51 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.01 |
| HSL | 21.49º | 0.97% | 0.59% | - |
| HSV(B) | 21.49º | 0.8% | 0.99% | - |
| XYZ | 47.83 | 35.1 | 7.39 | - |
| YUV | 153.36 | 70.24 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 51 | 0 | 0.51 | 0.80 | 0.01 | 21.49 | 0.97 | 0.59 |
| Hex | FC | 7B | 33 | 0 | 33 | 50 | 1 | 15 | 61 | 3B |
| Octal | 374 | 173 | 63 | 0 | 63 | 120 | 1 | 25 | 141 | 73 |
| Binary | 11111100 | 1111011 | 110011 | 0 | 110011 | 1010000 | 1 | 10101 | 1100001 | 111011 |
Color Harmonies of #FC7B33
Complementary color
Monochromatic Colors of #FC7B33
Black with #FC7B33
Text Example
Text Example
White with #FC7B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B33; }
p { color: rgb(252,123,51); }
H1.HeaderClassName
{
color: #FC7B33;
}
.AnyTagClassName
{
color: #FC7B33;
}
</style>
background-color css
<style>
a { background-color: #FC7B33; }
a { background-color: rgb(252,123,51); }
div.DivClassName
{
background-color: #FC7B33;
}
.BgClassName
{
background-color: #FC7B33;
}
</style>
border-color css
<style>
span { border-color: #FC7B33; }
span { border-color: rgb(252,123,51); }
td.TdClassName
{
border-color: #FC7B33;
}
.TagClassName
{
border-color: #FC7B33;
}
</style>