Shades of Burnt Orange #FF6B2B
Tints of Burnt Orange #FF6B2B
RGB
CMYK
RGB Variations
Color information
#FF6B2B (or 0xFF6B2B) is known color: Burnt Orange. HEX triplet: FF, 6B and 2B. RGB value is (255,107,43). Sum of RGB (Red+Green+Blue) = 255+107+43=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6B2B is #0094D4. Grayscale: #909090. Windows color (decimal): -38101 or 2845695. OLE color: 2845695.
HSL color Cylindrical-coordinate representation of color #FF6B2B: hue angle of 18.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF6B2B is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 43 | - |
| CMYK | 0 | 0.58 | 0.83 | 0 |
| HSL | 18.11º | 1% | 0.58% | - |
| HSV(B) | 18.11º | 0.83% | 1% | - |
| XYZ | 46.93 | 31.95 | 5.98 | - |
| YUV | 143.96 | 71.03 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 43 | 0 | 0.58 | 0.83 | 0 | 18.11 | 1 | 0.58 |
| Hex | FF | 6B | 2B | 0 | 3A | 53 | 0 | 12 | 64 | 3A |
| Octal | 377 | 153 | 53 | 0 | 72 | 123 | 0 | 22 | 144 | 72 |
| Binary | 11111111 | 1101011 | 101011 | 0 | 111010 | 1010011 | 0 | 10010 | 1100100 | 111010 |
Color Harmonies of #FF6B2B
Complementary color
Monochromatic Colors of #FF6B2B
Black with #FF6B2B
Text Example
Text Example
White with #FF6B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B2B; }
p { color: rgb(255,107,43); }
H1.HeaderClassName
{
color: #FF6B2B;
}
.AnyTagClassName
{
color: #FF6B2B;
}
</style>
background-color css
<style>
a { background-color: #FF6B2B; }
a { background-color: rgb(255,107,43); }
div.DivClassName
{
background-color: #FF6B2B;
}
.BgClassName
{
background-color: #FF6B2B;
}
</style>
border-color css
<style>
span { border-color: #FF6B2B; }
span { border-color: rgb(255,107,43); }
td.TdClassName
{
border-color: #FF6B2B;
}
.TagClassName
{
border-color: #FF6B2B;
}
</style>