Shades of Burnt Orange #FB753C
Tints of Burnt Orange #FB753C
RGB
CMYK
RGB Variations
Color information
#FB753C (or 0xFB753C) is known color: Burnt Orange. HEX triplet: FB, 75 and 3C. RGB value is (251,117,60). Sum of RGB (Red+Green+Blue) = 251+117+60=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB753C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB753C is #048AC3. Grayscale: #969696. Windows color (decimal): -297668 or 3962363. OLE color: 3962363.
HSL color Cylindrical-coordinate representation of color #FB753C: hue angle of 17.91º 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 #FB753C is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 60 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.02 |
| HSL | 17.91º | 0.96% | 0.61% | - |
| HSV(B) | 17.91º | 0.76% | 0.98% | - |
| XYZ | 46.96 | 33.56 | 8.28 | - |
| YUV | 150.57 | 76.89 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 60 | 0 | 0.53 | 0.76 | 0.02 | 17.91 | 0.96 | 0.61 |
| Hex | FB | 75 | 3C | 0 | 35 | 4C | 2 | 12 | 60 | 3D |
| Octal | 373 | 165 | 74 | 0 | 65 | 114 | 2 | 22 | 140 | 75 |
| Binary | 11111011 | 1110101 | 111100 | 0 | 110101 | 1001100 | 10 | 10010 | 1100000 | 111101 |
Color Harmonies of #FB753C
Complementary color
Monochromatic Colors of #FB753C
Black with #FB753C
Text Example
Text Example
White with #FB753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB753C; }
p { color: rgb(251,117,60); }
H1.HeaderClassName
{
color: #FB753C;
}
.AnyTagClassName
{
color: #FB753C;
}
</style>
background-color css
<style>
a { background-color: #FB753C; }
a { background-color: rgb(251,117,60); }
div.DivClassName
{
background-color: #FB753C;
}
.BgClassName
{
background-color: #FB753C;
}
</style>
border-color css
<style>
span { border-color: #FB753C; }
span { border-color: rgb(251,117,60); }
td.TdClassName
{
border-color: #FB753C;
}
.TagClassName
{
border-color: #FB753C;
}
</style>