Shades of Burnt Orange #FB723C
Tints of Burnt Orange #FB723C
RGB
CMYK
RGB Variations
Color information
#FB723C (or 0xFB723C) is known color: Burnt Orange. HEX triplet: FB, 72 and 3C. RGB value is (251,114,60). Sum of RGB (Red+Green+Blue) = 251+114+60=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB723C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB723C is #048DC3. Grayscale: #959595. Windows color (decimal): -298436 or 3961595. OLE color: 3961595.
HSL color Cylindrical-coordinate representation of color #FB723C: hue angle of 16.96º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB723C is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 60 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.02 |
| HSL | 16.96º | 0.96% | 0.61% | - |
| HSV(B) | 16.96º | 0.76% | 0.98% | - |
| XYZ | 46.62 | 32.87 | 8.16 | - |
| YUV | 148.81 | 77.89 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 60 | 0 | 0.55 | 0.76 | 0.02 | 16.96 | 0.96 | 0.61 |
| Hex | FB | 72 | 3C | 0 | 37 | 4C | 2 | 11 | 60 | 3D |
| Octal | 373 | 162 | 74 | 0 | 67 | 114 | 2 | 21 | 140 | 75 |
| Binary | 11111011 | 1110010 | 111100 | 0 | 110111 | 1001100 | 10 | 10001 | 1100000 | 111101 |
Color Harmonies of #FB723C
Complementary color
Monochromatic Colors of #FB723C
Black with #FB723C
Text Example
Text Example
White with #FB723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB723C; }
p { color: rgb(251,114,60); }
H1.HeaderClassName
{
color: #FB723C;
}
.AnyTagClassName
{
color: #FB723C;
}
</style>
background-color css
<style>
a { background-color: #FB723C; }
a { background-color: rgb(251,114,60); }
div.DivClassName
{
background-color: #FB723C;
}
.BgClassName
{
background-color: #FB723C;
}
</style>
border-color css
<style>
span { border-color: #FB723C; }
span { border-color: rgb(251,114,60); }
td.TdClassName
{
border-color: #FB723C;
}
.TagClassName
{
border-color: #FB723C;
}
</style>