Shades of Burnt Orange #FB773B
Tints of Burnt Orange #FB773B
RGB
CMYK
RGB Variations
Color information
#FB773B (or 0xFB773B) is known color: Burnt Orange. HEX triplet: FB, 77 and 3B. RGB value is (251,119,59). Sum of RGB (Red+Green+Blue) = 251+119+59=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB773B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB773B is #0488C4. Grayscale: #989898. Windows color (decimal): -297157 or 3897339. OLE color: 3897339.
HSL color Cylindrical-coordinate representation of color #FB773B: hue angle of 18.75º 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 #FB773B is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 59 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.02 |
| HSL | 18.75º | 0.96% | 0.61% | - |
| HSV(B) | 18.75º | 0.76% | 0.98% | - |
| XYZ | 47.17 | 34.02 | 8.22 | - |
| YUV | 151.63 | 75.73 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 59 | 0 | 0.53 | 0.76 | 0.02 | 18.75 | 0.96 | 0.61 |
| Hex | FB | 77 | 3B | 0 | 35 | 4C | 2 | 13 | 60 | 3D |
| Octal | 373 | 167 | 73 | 0 | 65 | 114 | 2 | 23 | 140 | 75 |
| Binary | 11111011 | 1110111 | 111011 | 0 | 110101 | 1001100 | 10 | 10011 | 1100000 | 111101 |
Color Harmonies of #FB773B
Complementary color
Monochromatic Colors of #FB773B
Black with #FB773B
Text Example
Text Example
White with #FB773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB773B; }
p { color: rgb(251,119,59); }
H1.HeaderClassName
{
color: #FB773B;
}
.AnyTagClassName
{
color: #FB773B;
}
</style>
background-color css
<style>
a { background-color: #FB773B; }
a { background-color: rgb(251,119,59); }
div.DivClassName
{
background-color: #FB773B;
}
.BgClassName
{
background-color: #FB773B;
}
</style>
border-color css
<style>
span { border-color: #FB773B; }
span { border-color: rgb(251,119,59); }
td.TdClassName
{
border-color: #FB773B;
}
.TagClassName
{
border-color: #FB773B;
}
</style>