Shades of Burnt Orange #FB7343
Tints of Burnt Orange #FB7343
RGB
CMYK
RGB Variations
Color information
#FB7343 (or 0xFB7343) is known color: Burnt Orange. HEX triplet: FB, 73 and 43. RGB value is (251,115,67). Sum of RGB (Red+Green+Blue) = 251+115+67=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7343 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7343 is #048CBC. Grayscale: #969696. Windows color (decimal): -298173 or 4420603. OLE color: 4420603.
HSL color Cylindrical-coordinate representation of color #FB7343: hue angle of 15.65º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB7343 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 67 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.02 |
| HSL | 15.65º | 0.96% | 0.62% | - |
| HSV(B) | 15.65º | 0.73% | 0.98% | - |
| XYZ | 46.93 | 33.18 | 9.24 | - |
| YUV | 150.19 | 81.06 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 67 | 0 | 0.54 | 0.73 | 0.02 | 15.65 | 0.96 | 0.62 |
| Hex | FB | 73 | 43 | 0 | 36 | 49 | 2 | 10 | 60 | 3E |
| Octal | 373 | 163 | 103 | 0 | 66 | 111 | 2 | 20 | 140 | 76 |
| Binary | 11111011 | 1110011 | 1000011 | 0 | 110110 | 1001001 | 10 | 10000 | 1100000 | 111110 |
Color Harmonies of #FB7343
Complementary color
Monochromatic Colors of #FB7343
Black with #FB7343
Text Example
Text Example
White with #FB7343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7343; }
p { color: rgb(251,115,67); }
H1.HeaderClassName
{
color: #FB7343;
}
.AnyTagClassName
{
color: #FB7343;
}
</style>
background-color css
<style>
a { background-color: #FB7343; }
a { background-color: rgb(251,115,67); }
div.DivClassName
{
background-color: #FB7343;
}
.BgClassName
{
background-color: #FB7343;
}
</style>
border-color css
<style>
span { border-color: #FB7343; }
span { border-color: rgb(251,115,67); }
td.TdClassName
{
border-color: #FB7343;
}
.TagClassName
{
border-color: #FB7343;
}
</style>