Shades of Burnt Orange #FB7C3C
Tints of Burnt Orange #FB7C3C
RGB
CMYK
RGB Variations
Color information
#FB7C3C (or 0xFB7C3C) is known color: Burnt Orange. HEX triplet: FB, 7C and 3C. RGB value is (251,124,60). Sum of RGB (Red+Green+Blue) = 251+124+60=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7C3C is #0483C3. Grayscale: #9B9B9B. Windows color (decimal): -295876 or 3964155. OLE color: 3964155.
HSL color Cylindrical-coordinate representation of color #FB7C3C: hue angle of 20.1º 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 #FB7C3C is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 60 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.02 |
| HSL | 20.1º | 0.96% | 0.61% | - |
| HSV(B) | 20.1º | 0.76% | 0.98% | - |
| XYZ | 47.81 | 35.25 | 8.56 | - |
| YUV | 154.68 | 74.58 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 60 | 0 | 0.51 | 0.76 | 0.02 | 20.1 | 0.96 | 0.61 |
| Hex | FB | 7C | 3C | 0 | 33 | 4C | 2 | 14 | 60 | 3D |
| Octal | 373 | 174 | 74 | 0 | 63 | 114 | 2 | 24 | 140 | 75 |
| Binary | 11111011 | 1111100 | 111100 | 0 | 110011 | 1001100 | 10 | 10100 | 1100000 | 111101 |
Color Harmonies of #FB7C3C
Complementary color
Monochromatic Colors of #FB7C3C
Black with #FB7C3C
Text Example
Text Example
White with #FB7C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C3C; }
p { color: rgb(251,124,60); }
H1.HeaderClassName
{
color: #FB7C3C;
}
.AnyTagClassName
{
color: #FB7C3C;
}
</style>
background-color css
<style>
a { background-color: #FB7C3C; }
a { background-color: rgb(251,124,60); }
div.DivClassName
{
background-color: #FB7C3C;
}
.BgClassName
{
background-color: #FB7C3C;
}
</style>
border-color css
<style>
span { border-color: #FB7C3C; }
span { border-color: rgb(251,124,60); }
td.TdClassName
{
border-color: #FB7C3C;
}
.TagClassName
{
border-color: #FB7C3C;
}
</style>