Shades of Burnt Orange #FF6A2D
Tints of Burnt Orange #FF6A2D
RGB
CMYK
RGB Variations
Color information
#FF6A2D (or 0xFF6A2D) is known color: Burnt Orange. HEX triplet: FF, 6A and 2D. RGB value is (255,106,45). Sum of RGB (Red+Green+Blue) = 255+106+45=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6A2D is #0095D2. Grayscale: #8F8F8F. Windows color (decimal): -38355 or 2976511. OLE color: 2976511.
HSL color Cylindrical-coordinate representation of color #FF6A2D: hue angle of 17.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF6A2D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 45 | - |
| CMYK | 0 | 0.58 | 0.82 | 0 |
| HSL | 17.43º | 1% | 0.59% | - |
| HSV(B) | 17.43º | 0.82% | 1% | - |
| XYZ | 46.87 | 31.76 | 6.14 | - |
| YUV | 143.6 | 72.36 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 45 | 0 | 0.58 | 0.82 | 0 | 17.43 | 1 | 0.59 |
| Hex | FF | 6A | 2D | 0 | 3A | 52 | 0 | 11 | 64 | 3B |
| Octal | 377 | 152 | 55 | 0 | 72 | 122 | 0 | 21 | 144 | 73 |
| Binary | 11111111 | 1101010 | 101101 | 0 | 111010 | 1010010 | 0 | 10001 | 1100100 | 111011 |
Color Harmonies of #FF6A2D
Complementary color
Monochromatic Colors of #FF6A2D
Black with #FF6A2D
Text Example
Text Example
White with #FF6A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A2D; }
p { color: rgb(255,106,45); }
H1.HeaderClassName
{
color: #FF6A2D;
}
.AnyTagClassName
{
color: #FF6A2D;
}
</style>
background-color css
<style>
a { background-color: #FF6A2D; }
a { background-color: rgb(255,106,45); }
div.DivClassName
{
background-color: #FF6A2D;
}
.BgClassName
{
background-color: #FF6A2D;
}
</style>
border-color css
<style>
span { border-color: #FF6A2D; }
span { border-color: rgb(255,106,45); }
td.TdClassName
{
border-color: #FF6A2D;
}
.TagClassName
{
border-color: #FF6A2D;
}
</style>