Shades of Burnt Orange #FF6A2F
Tints of Burnt Orange #FF6A2F
RGB
CMYK
RGB Variations
Color information
#FF6A2F (or 0xFF6A2F) is known color: Burnt Orange. HEX triplet: FF, 6A and 2F. RGB value is (255,106,47). Sum of RGB (Red+Green+Blue) = 255+106+47=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6A2F is #0095D0. Grayscale: #909090. Windows color (decimal): -38353 or 3107583. OLE color: 3107583.
HSL color Cylindrical-coordinate representation of color #FF6A2F: hue angle of 17.02º 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 #FF6A2F is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 47 | - |
| CMYK | 0 | 0.58 | 0.82 | 0 |
| HSL | 17.02º | 1% | 0.59% | - |
| HSV(B) | 17.02º | 0.82% | 1% | - |
| XYZ | 46.91 | 31.77 | 6.35 | - |
| YUV | 143.83 | 73.36 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 47 | 0 | 0.58 | 0.82 | 0 | 17.02 | 1 | 0.59 |
| Hex | FF | 6A | 2F | 0 | 3A | 52 | 0 | 11 | 64 | 3B |
| Octal | 377 | 152 | 57 | 0 | 72 | 122 | 0 | 21 | 144 | 73 |
| Binary | 11111111 | 1101010 | 101111 | 0 | 111010 | 1010010 | 0 | 10001 | 1100100 | 111011 |
Color Harmonies of #FF6A2F
Complementary color
Monochromatic Colors of #FF6A2F
Black with #FF6A2F
Text Example
Text Example
White with #FF6A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A2F; }
p { color: rgb(255,106,47); }
H1.HeaderClassName
{
color: #FF6A2F;
}
.AnyTagClassName
{
color: #FF6A2F;
}
</style>
background-color css
<style>
a { background-color: #FF6A2F; }
a { background-color: rgb(255,106,47); }
div.DivClassName
{
background-color: #FF6A2F;
}
.BgClassName
{
background-color: #FF6A2F;
}
</style>
border-color css
<style>
span { border-color: #FF6A2F; }
span { border-color: rgb(255,106,47); }
td.TdClassName
{
border-color: #FF6A2F;
}
.TagClassName
{
border-color: #FF6A2F;
}
</style>