Shades of Burnt Orange #FB6D3C
Tints of Burnt Orange #FB6D3C
RGB
CMYK
RGB Variations
Color information
#FB6D3C (or 0xFB6D3C) is known color: Burnt Orange. HEX triplet: FB, 6D and 3C. RGB value is (251,109,60). Sum of RGB (Red+Green+Blue) = 251+109+60=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6D3C is #0492C3. Grayscale: #929292. Windows color (decimal): -299716 or 3960315. OLE color: 3960315.
HSL color Cylindrical-coordinate representation of color #FB6D3C: hue angle of 15.39º 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 #FB6D3C is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 60 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.02 |
| HSL | 15.39º | 0.96% | 0.61% | - |
| HSV(B) | 15.39º | 0.76% | 0.98% | - |
| XYZ | 46.07 | 31.77 | 7.98 | - |
| YUV | 145.87 | 79.54 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 60 | 0 | 0.57 | 0.76 | 0.02 | 15.39 | 0.96 | 0.61 |
| Hex | FB | 6D | 3C | 0 | 39 | 4C | 2 | F | 60 | 3D |
| Octal | 373 | 155 | 74 | 0 | 71 | 114 | 2 | 17 | 140 | 75 |
| Binary | 11111011 | 1101101 | 111100 | 0 | 111001 | 1001100 | 10 | 1111 | 1100000 | 111101 |
Color Harmonies of #FB6D3C
Complementary color
Monochromatic Colors of #FB6D3C
Black with #FB6D3C
Text Example
Text Example
White with #FB6D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6D3C; }
p { color: rgb(251,109,60); }
H1.HeaderClassName
{
color: #FB6D3C;
}
.AnyTagClassName
{
color: #FB6D3C;
}
</style>
background-color css
<style>
a { background-color: #FB6D3C; }
a { background-color: rgb(251,109,60); }
div.DivClassName
{
background-color: #FB6D3C;
}
.BgClassName
{
background-color: #FB6D3C;
}
</style>
border-color css
<style>
span { border-color: #FB6D3C; }
span { border-color: rgb(251,109,60); }
td.TdClassName
{
border-color: #FB6D3C;
}
.TagClassName
{
border-color: #FB6D3C;
}
</style>