Shades of Burnt Orange #FF6A2A
Tints of Burnt Orange #FF6A2A
RGB
CMYK
RGB Variations
Color information
#FF6A2A (or 0xFF6A2A) is known color: Burnt Orange. HEX triplet: FF, 6A and 2A. RGB value is (255,106,42). Sum of RGB (Red+Green+Blue) = 255+106+42=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6A2A is #0095D5. Grayscale: #8F8F8F. Windows color (decimal): -38358 or 2779903. OLE color: 2779903.
HSL color Cylindrical-coordinate representation of color #FF6A2A: hue angle of 18.03º 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 #FF6A2A is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 42 | - |
| CMYK | 0 | 0.58 | 0.84 | 0 |
| HSL | 18.03º | 1% | 0.58% | - |
| HSV(B) | 18.03º | 0.84% | 1% | - |
| XYZ | 46.81 | 31.74 | 5.85 | - |
| YUV | 143.26 | 70.86 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 42 | 0 | 0.58 | 0.84 | 0 | 18.03 | 1 | 0.58 |
| Hex | FF | 6A | 2A | 0 | 3A | 54 | 0 | 12 | 64 | 3A |
| Octal | 377 | 152 | 52 | 0 | 72 | 124 | 0 | 22 | 144 | 72 |
| Binary | 11111111 | 1101010 | 101010 | 0 | 111010 | 1010100 | 0 | 10010 | 1100100 | 111010 |
Color Harmonies of #FF6A2A
Complementary color
Monochromatic Colors of #FF6A2A
Black with #FF6A2A
Text Example
Text Example
White with #FF6A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A2A; }
p { color: rgb(255,106,42); }
H1.HeaderClassName
{
color: #FF6A2A;
}
.AnyTagClassName
{
color: #FF6A2A;
}
</style>
background-color css
<style>
a { background-color: #FF6A2A; }
a { background-color: rgb(255,106,42); }
div.DivClassName
{
background-color: #FF6A2A;
}
.BgClassName
{
background-color: #FF6A2A;
}
</style>
border-color css
<style>
span { border-color: #FF6A2A; }
span { border-color: rgb(255,106,42); }
td.TdClassName
{
border-color: #FF6A2A;
}
.TagClassName
{
border-color: #FF6A2A;
}
</style>