Shades of Burnt Orange #FB753F
Tints of Burnt Orange #FB753F
RGB
CMYK
RGB Variations
Color information
#FB753F (or 0xFB753F) is known color: Burnt Orange. HEX triplet: FB, 75 and 3F. RGB value is (251,117,63). Sum of RGB (Red+Green+Blue) = 251+117+63=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB753F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB753F is #048AC0. Grayscale: #979797. Windows color (decimal): -297665 or 4158971. OLE color: 4158971.
HSL color Cylindrical-coordinate representation of color #FB753F: hue angle of 17.23º 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 #FB753F is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 63 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.02 |
| HSL | 17.23º | 0.96% | 0.62% | - |
| HSV(B) | 17.23º | 0.75% | 0.98% | - |
| XYZ | 47.04 | 33.59 | 8.71 | - |
| YUV | 150.91 | 78.39 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 63 | 0 | 0.53 | 0.75 | 0.02 | 17.23 | 0.96 | 0.62 |
| Hex | FB | 75 | 3F | 0 | 35 | 4B | 2 | 11 | 60 | 3E |
| Octal | 373 | 165 | 77 | 0 | 65 | 113 | 2 | 21 | 140 | 76 |
| Binary | 11111011 | 1110101 | 111111 | 0 | 110101 | 1001011 | 10 | 10001 | 1100000 | 111110 |
Color Harmonies of #FB753F
Complementary color
Monochromatic Colors of #FB753F
Black with #FB753F
Text Example
Text Example
White with #FB753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB753F; }
p { color: rgb(251,117,63); }
H1.HeaderClassName
{
color: #FB753F;
}
.AnyTagClassName
{
color: #FB753F;
}
</style>
background-color css
<style>
a { background-color: #FB753F; }
a { background-color: rgb(251,117,63); }
div.DivClassName
{
background-color: #FB753F;
}
.BgClassName
{
background-color: #FB753F;
}
</style>
border-color css
<style>
span { border-color: #FB753F; }
span { border-color: rgb(251,117,63); }
td.TdClassName
{
border-color: #FB753F;
}
.TagClassName
{
border-color: #FB753F;
}
</style>