Shades of Burnt Orange #FB7B3C
Tints of Burnt Orange #FB7B3C
RGB
CMYK
RGB Variations
Color information
#FB7B3C (or 0xFB7B3C) is known color: Burnt Orange. HEX triplet: FB, 7B and 3C. RGB value is (251,123,60). Sum of RGB (Red+Green+Blue) = 251+123+60=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7B3C is #0484C3. Grayscale: #9A9A9A. Windows color (decimal): -296132 or 3963899. OLE color: 3963899.
HSL color Cylindrical-coordinate representation of color #FB7B3C: hue angle of 19.79º 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 #FB7B3C is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 60 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.02 |
| HSL | 19.79º | 0.96% | 0.61% | - |
| HSV(B) | 19.79º | 0.76% | 0.98% | - |
| XYZ | 47.68 | 35 | 8.52 | - |
| YUV | 154.09 | 74.91 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 60 | 0 | 0.51 | 0.76 | 0.02 | 19.79 | 0.96 | 0.61 |
| Hex | FB | 7B | 3C | 0 | 33 | 4C | 2 | 14 | 60 | 3D |
| Octal | 373 | 173 | 74 | 0 | 63 | 114 | 2 | 24 | 140 | 75 |
| Binary | 11111011 | 1111011 | 111100 | 0 | 110011 | 1001100 | 10 | 10100 | 1100000 | 111101 |
Color Harmonies of #FB7B3C
Complementary color
Monochromatic Colors of #FB7B3C
Black with #FB7B3C
Text Example
Text Example
White with #FB7B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B3C; }
p { color: rgb(251,123,60); }
H1.HeaderClassName
{
color: #FB7B3C;
}
.AnyTagClassName
{
color: #FB7B3C;
}
</style>
background-color css
<style>
a { background-color: #FB7B3C; }
a { background-color: rgb(251,123,60); }
div.DivClassName
{
background-color: #FB7B3C;
}
.BgClassName
{
background-color: #FB7B3C;
}
</style>
border-color css
<style>
span { border-color: #FB7B3C; }
span { border-color: rgb(251,123,60); }
td.TdClassName
{
border-color: #FB7B3C;
}
.TagClassName
{
border-color: #FB7B3C;
}
</style>