Shades of Burnt Orange #FB762C
Tints of Burnt Orange #FB762C
RGB
CMYK
RGB Variations
Color information
#FB762C (or 0xFB762C) is known color: Burnt Orange. HEX triplet: FB, 76 and 2C. RGB value is (251,118,44). Sum of RGB (Red+Green+Blue) = 251+118+44=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB762C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB762C is #0489D3. Grayscale: #959595. Windows color (decimal): -297428 or 2914043. OLE color: 2914043.
HSL color Cylindrical-coordinate representation of color #FB762C: hue angle of 21.45º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB762C is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 44 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.02 |
| HSL | 21.45º | 0.96% | 0.58% | - |
| HSV(B) | 21.45º | 0.82% | 0.98% | - |
| XYZ | 46.72 | 33.65 | 6.42 | - |
| YUV | 149.33 | 68.56 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 44 | 0 | 0.53 | 0.82 | 0.02 | 21.45 | 0.96 | 0.58 |
| Hex | FB | 76 | 2C | 0 | 35 | 52 | 2 | 15 | 60 | 3A |
| Octal | 373 | 166 | 54 | 0 | 65 | 122 | 2 | 25 | 140 | 72 |
| Binary | 11111011 | 1110110 | 101100 | 0 | 110101 | 1010010 | 10 | 10101 | 1100000 | 111010 |
Color Harmonies of #FB762C
Complementary color
Monochromatic Colors of #FB762C
Black with #FB762C
Text Example
Text Example
White with #FB762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB762C; }
p { color: rgb(251,118,44); }
H1.HeaderClassName
{
color: #FB762C;
}
.AnyTagClassName
{
color: #FB762C;
}
</style>
background-color css
<style>
a { background-color: #FB762C; }
a { background-color: rgb(251,118,44); }
div.DivClassName
{
background-color: #FB762C;
}
.BgClassName
{
background-color: #FB762C;
}
</style>
border-color css
<style>
span { border-color: #FB762C; }
span { border-color: rgb(251,118,44); }
td.TdClassName
{
border-color: #FB762C;
}
.TagClassName
{
border-color: #FB762C;
}
</style>