Shades of Burnt Orange #FB7143
Tints of Burnt Orange #FB7143
RGB
CMYK
RGB Variations
Color information
#FB7143 (or 0xFB7143) is known color: Burnt Orange. HEX triplet: FB, 71 and 43. RGB value is (251,113,67). Sum of RGB (Red+Green+Blue) = 251+113+67=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 67 (26.56% from 255 or 15.55% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7143 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7143 is #048EBC. Grayscale: #959595. Windows color (decimal): -298685 or 4420091. OLE color: 4420091.
HSL color Cylindrical-coordinate representation of color #FB7143: hue angle of 15º 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 #FB7143 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 67 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.02 |
| HSL | 15º | 0.96% | 0.62% | - |
| HSV(B) | 15º | 0.73% | 0.98% | - |
| XYZ | 46.7 | 32.72 | 9.17 | - |
| YUV | 149.02 | 81.72 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 67 | 0 | 0.55 | 0.73 | 0.02 | 15 | 0.96 | 0.62 |
| Hex | FB | 71 | 43 | 0 | 37 | 49 | 2 | F | 60 | 3E |
| Octal | 373 | 161 | 103 | 0 | 67 | 111 | 2 | 17 | 140 | 76 |
| Binary | 11111011 | 1110001 | 1000011 | 0 | 110111 | 1001001 | 10 | 1111 | 1100000 | 111110 |
Color Harmonies of #FB7143
Complementary color
Monochromatic Colors of #FB7143
Black with #FB7143
Text Example
Text Example
White with #FB7143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7143; }
p { color: rgb(251,113,67); }
H1.HeaderClassName
{
color: #FB7143;
}
.AnyTagClassName
{
color: #FB7143;
}
</style>
background-color css
<style>
a { background-color: #FB7143; }
a { background-color: rgb(251,113,67); }
div.DivClassName
{
background-color: #FB7143;
}
.BgClassName
{
background-color: #FB7143;
}
</style>
border-color css
<style>
span { border-color: #FB7143; }
span { border-color: rgb(251,113,67); }
td.TdClassName
{
border-color: #FB7143;
}
.TagClassName
{
border-color: #FB7143;
}
</style>