Shades of Burnt Orange #FB733F
Tints of Burnt Orange #FB733F
RGB
CMYK
RGB Variations
Color information
#FB733F (or 0xFB733F) is known color: Burnt Orange. HEX triplet: FB, 73 and 3F. RGB value is (251,115,63). Sum of RGB (Red+Green+Blue) = 251+115+63=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB733F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB733F is #048CC0. Grayscale: #969696. Windows color (decimal): -298177 or 4158459. OLE color: 4158459.
HSL color Cylindrical-coordinate representation of color #FB733F: hue angle of 16.6º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB733F is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 63 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.02 |
| HSL | 16.6º | 0.96% | 0.62% | - |
| HSV(B) | 16.6º | 0.75% | 0.98% | - |
| XYZ | 46.81 | 33.13 | 8.63 | - |
| YUV | 149.74 | 79.06 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 63 | 0 | 0.54 | 0.75 | 0.02 | 16.6 | 0.96 | 0.62 |
| Hex | FB | 73 | 3F | 0 | 36 | 4B | 2 | 11 | 60 | 3E |
| Octal | 373 | 163 | 77 | 0 | 66 | 113 | 2 | 21 | 140 | 76 |
| Binary | 11111011 | 1110011 | 111111 | 0 | 110110 | 1001011 | 10 | 10001 | 1100000 | 111110 |
Color Harmonies of #FB733F
Complementary color
Monochromatic Colors of #FB733F
Black with #FB733F
Text Example
Text Example
White with #FB733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB733F; }
p { color: rgb(251,115,63); }
H1.HeaderClassName
{
color: #FB733F;
}
.AnyTagClassName
{
color: #FB733F;
}
</style>
background-color css
<style>
a { background-color: #FB733F; }
a { background-color: rgb(251,115,63); }
div.DivClassName
{
background-color: #FB733F;
}
.BgClassName
{
background-color: #FB733F;
}
</style>
border-color css
<style>
span { border-color: #FB733F; }
span { border-color: rgb(251,115,63); }
td.TdClassName
{
border-color: #FB733F;
}
.TagClassName
{
border-color: #FB733F;
}
</style>