Shades of Burnt Orange #FF6933
Tints of Burnt Orange #FF6933
RGB
CMYK
RGB Variations
Color information
#FF6933 (or 0xFF6933) is known color: Burnt Orange. HEX triplet: FF, 69 and 33. RGB value is (255,105,51). Sum of RGB (Red+Green+Blue) = 255+105+51=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6933 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6933 is #0096CC. Grayscale: #909090. Windows color (decimal): -38605 or 3369471. OLE color: 3369471.
HSL color Cylindrical-coordinate representation of color #FF6933: hue angle of 15.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF6933 is Cyan = 0, Magento = 0.59, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 51 | - |
| CMYK | 0 | 0.59 | 0.8 | 0 |
| HSL | 15.88º | 1% | 0.6% | - |
| HSV(B) | 15.88º | 0.8% | 1% | - |
| XYZ | 46.89 | 31.6 | 6.76 | - |
| YUV | 143.69 | 75.7 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 51 | 0 | 0.59 | 0.8 | 0 | 15.88 | 1 | 0.6 |
| Hex | FF | 69 | 33 | 0 | 3B | 50 | 0 | 10 | 64 | 3C |
| Octal | 377 | 151 | 63 | 0 | 73 | 120 | 0 | 20 | 144 | 74 |
| Binary | 11111111 | 1101001 | 110011 | 0 | 111011 | 1010000 | 0 | 10000 | 1100100 | 111100 |
Color Harmonies of #FF6933
Complementary color
Monochromatic Colors of #FF6933
Black with #FF6933
Text Example
Text Example
White with #FF6933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6933; }
p { color: rgb(255,105,51); }
H1.HeaderClassName
{
color: #FF6933;
}
.AnyTagClassName
{
color: #FF6933;
}
</style>
background-color css
<style>
a { background-color: #FF6933; }
a { background-color: rgb(255,105,51); }
div.DivClassName
{
background-color: #FF6933;
}
.BgClassName
{
background-color: #FF6933;
}
</style>
border-color css
<style>
span { border-color: #FF6933; }
span { border-color: rgb(255,105,51); }
td.TdClassName
{
border-color: #FF6933;
}
.TagClassName
{
border-color: #FF6933;
}
</style>