Shades of Burnt Orange #FB773D
Tints of Burnt Orange #FB773D
RGB
CMYK
RGB Variations
Color information
#FB773D (or 0xFB773D) is known color: Burnt Orange. HEX triplet: FB, 77 and 3D. RGB value is (251,119,61). Sum of RGB (Red+Green+Blue) = 251+119+61=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB773D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB773D is #0488C2. Grayscale: #989898. Windows color (decimal): -297155 or 4028411. OLE color: 4028411.
HSL color Cylindrical-coordinate representation of color #FB773D: hue angle of 18.32º 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 #FB773D is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 61 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.02 |
| HSL | 18.32º | 0.96% | 0.61% | - |
| HSV(B) | 18.32º | 0.76% | 0.98% | - |
| XYZ | 47.22 | 34.04 | 8.5 | - |
| YUV | 151.86 | 76.73 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 61 | 0 | 0.53 | 0.76 | 0.02 | 18.32 | 0.96 | 0.61 |
| Hex | FB | 77 | 3D | 0 | 35 | 4C | 2 | 12 | 60 | 3D |
| Octal | 373 | 167 | 75 | 0 | 65 | 114 | 2 | 22 | 140 | 75 |
| Binary | 11111011 | 1110111 | 111101 | 0 | 110101 | 1001100 | 10 | 10010 | 1100000 | 111101 |
Color Harmonies of #FB773D
Complementary color
Monochromatic Colors of #FB773D
Black with #FB773D
Text Example
Text Example
White with #FB773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB773D; }
p { color: rgb(251,119,61); }
H1.HeaderClassName
{
color: #FB773D;
}
.AnyTagClassName
{
color: #FB773D;
}
</style>
background-color css
<style>
a { background-color: #FB773D; }
a { background-color: rgb(251,119,61); }
div.DivClassName
{
background-color: #FB773D;
}
.BgClassName
{
background-color: #FB773D;
}
</style>
border-color css
<style>
span { border-color: #FB773D; }
span { border-color: rgb(251,119,61); }
td.TdClassName
{
border-color: #FB773D;
}
.TagClassName
{
border-color: #FB773D;
}
</style>