Shades of Burnt Orange #FF682B
Tints of Burnt Orange #FF682B
RGB
CMYK
RGB Variations
Color information
#FF682B (or 0xFF682B) is known color: Burnt Orange. HEX triplet: FF, 68 and 2B. RGB value is (255,104,43). Sum of RGB (Red+Green+Blue) = 255+104+43=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF682B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF682B is #0097D4. Grayscale: #8E8E8E. Windows color (decimal): -38869 or 2844927. OLE color: 2844927.
HSL color Cylindrical-coordinate representation of color #FF682B: hue angle of 17.26º 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 #FF682B is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 43 | - |
| CMYK | 0 | 0.59 | 0.83 | 0 |
| HSL | 17.26º | 1% | 0.58% | - |
| HSV(B) | 17.26º | 0.83% | 1% | - |
| XYZ | 46.63 | 31.34 | 5.88 | - |
| YUV | 142.2 | 72.03 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 43 | 0 | 0.59 | 0.83 | 0 | 17.26 | 1 | 0.58 |
| Hex | FF | 68 | 2B | 0 | 3B | 53 | 0 | 11 | 64 | 3A |
| Octal | 377 | 150 | 53 | 0 | 73 | 123 | 0 | 21 | 144 | 72 |
| Binary | 11111111 | 1101000 | 101011 | 0 | 111011 | 1010011 | 0 | 10001 | 1100100 | 111010 |
Color Harmonies of #FF682B
Complementary color
Monochromatic Colors of #FF682B
Black with #FF682B
Text Example
Text Example
White with #FF682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF682B; }
p { color: rgb(255,104,43); }
H1.HeaderClassName
{
color: #FF682B;
}
.AnyTagClassName
{
color: #FF682B;
}
</style>
background-color css
<style>
a { background-color: #FF682B; }
a { background-color: rgb(255,104,43); }
div.DivClassName
{
background-color: #FF682B;
}
.BgClassName
{
background-color: #FF682B;
}
</style>
border-color css
<style>
span { border-color: #FF682B; }
span { border-color: rgb(255,104,43); }
td.TdClassName
{
border-color: #FF682B;
}
.TagClassName
{
border-color: #FF682B;
}
</style>