Shades of Burnt Orange #FB6C29
Tints of Burnt Orange #FB6C29
RGB
CMYK
RGB Variations
Color information
#FB6C29 (or 0xFB6C29) is known color: Burnt Orange. HEX triplet: FB, 6C and 29. RGB value is (251,108,41). Sum of RGB (Red+Green+Blue) = 251+108+41=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6C29 is #0493D6. Grayscale: #8F8F8F. Windows color (decimal): -299991 or 2714875. OLE color: 2714875.
HSL color Cylindrical-coordinate representation of color #FB6C29: hue angle of 19.14º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB6C29 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 108 | 41 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.02 |
| HSL | 19.14º | 0.96% | 0.57% | - |
| HSV(B) | 19.14º | 0.84% | 0.98% | - |
| XYZ | 45.55 | 31.39 | 5.76 | - |
| YUV | 143.12 | 70.38 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 108 | 41 | 0 | 0.57 | 0.84 | 0.02 | 19.14 | 0.96 | 0.57 |
| Hex | FB | 6C | 29 | 0 | 39 | 54 | 2 | 13 | 60 | 39 |
| Octal | 373 | 154 | 51 | 0 | 71 | 124 | 2 | 23 | 140 | 71 |
| Binary | 11111011 | 1101100 | 101001 | 0 | 111001 | 1010100 | 10 | 10011 | 1100000 | 111001 |
Color Harmonies of #FB6C29
Complementary color
Monochromatic Colors of #FB6C29
Black with #FB6C29
Text Example
Text Example
White with #FB6C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6C29; }
p { color: rgb(251,108,41); }
H1.HeaderClassName
{
color: #FB6C29;
}
.AnyTagClassName
{
color: #FB6C29;
}
</style>
background-color css
<style>
a { background-color: #FB6C29; }
a { background-color: rgb(251,108,41); }
div.DivClassName
{
background-color: #FB6C29;
}
.BgClassName
{
background-color: #FB6C29;
}
</style>
border-color css
<style>
span { border-color: #FB6C29; }
span { border-color: rgb(251,108,41); }
td.TdClassName
{
border-color: #FB6C29;
}
.TagClassName
{
border-color: #FB6C29;
}
</style>