Shades of Burnt Orange #FF6B2A
Tints of Burnt Orange #FF6B2A
RGB
CMYK
RGB Variations
Color information
#FF6B2A (or 0xFF6B2A) is known color: Burnt Orange. HEX triplet: FF, 6B and 2A. RGB value is (255,107,42). Sum of RGB (Red+Green+Blue) = 255+107+42=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6B2A is #0094D5. Grayscale: #909090. Windows color (decimal): -38102 or 2780159. OLE color: 2780159.
HSL color Cylindrical-coordinate representation of color #FF6B2A: hue angle of 18.31º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF6B2A is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 42 | - |
| CMYK | 0 | 0.58 | 0.84 | 0 |
| HSL | 18.31º | 1% | 0.58% | - |
| HSV(B) | 18.31º | 0.84% | 1% | - |
| XYZ | 46.92 | 31.94 | 5.88 | - |
| YUV | 143.84 | 70.53 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 42 | 0 | 0.58 | 0.84 | 0 | 18.31 | 1 | 0.58 |
| Hex | FF | 6B | 2A | 0 | 3A | 54 | 0 | 12 | 64 | 3A |
| Octal | 377 | 153 | 52 | 0 | 72 | 124 | 0 | 22 | 144 | 72 |
| Binary | 11111111 | 1101011 | 101010 | 0 | 111010 | 1010100 | 0 | 10010 | 1100100 | 111010 |
Color Harmonies of #FF6B2A
Complementary color
Monochromatic Colors of #FF6B2A
Black with #FF6B2A
Text Example
Text Example
White with #FF6B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B2A; }
p { color: rgb(255,107,42); }
H1.HeaderClassName
{
color: #FF6B2A;
}
.AnyTagClassName
{
color: #FF6B2A;
}
</style>
background-color css
<style>
a { background-color: #FF6B2A; }
a { background-color: rgb(255,107,42); }
div.DivClassName
{
background-color: #FF6B2A;
}
.BgClassName
{
background-color: #FF6B2A;
}
</style>
border-color css
<style>
span { border-color: #FF6B2A; }
span { border-color: rgb(255,107,42); }
td.TdClassName
{
border-color: #FF6B2A;
}
.TagClassName
{
border-color: #FF6B2A;
}
</style>