Shades of Burnt Orange #FF6623
Tints of Burnt Orange #FF6623
RGB
CMYK
RGB Variations
Color information
#FF6623 (or 0xFF6623) is known color: Burnt Orange. HEX triplet: FF, 66 and 23. RGB value is (255,102,35). Sum of RGB (Red+Green+Blue) = 255+102+35=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6623 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6623 is #0099DC. Grayscale: #8C8C8C. Windows color (decimal): -39389 or 2320127. OLE color: 2320127.
HSL color Cylindrical-coordinate representation of color #FF6623: hue angle of 18.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF6623 is Cyan = 0, Magento = 0.6, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 35 | - |
| CMYK | 0 | 0.6 | 0.86 | 0 |
| HSL | 18.27º | 1% | 0.57% | - |
| HSV(B) | 18.27º | 0.86% | 1% | - |
| XYZ | 46.29 | 30.88 | 5.11 | - |
| YUV | 140.11 | 68.69 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 35 | 0 | 0.6 | 0.86 | 0 | 18.27 | 1 | 0.57 |
| Hex | FF | 66 | 23 | 0 | 3C | 56 | 0 | 12 | 64 | 39 |
| Octal | 377 | 146 | 43 | 0 | 74 | 126 | 0 | 22 | 144 | 71 |
| Binary | 11111111 | 1100110 | 100011 | 0 | 111100 | 1010110 | 0 | 10010 | 1100100 | 111001 |
Color Harmonies of #FF6623
Complementary color
Monochromatic Colors of #FF6623
Black with #FF6623
Text Example
Text Example
White with #FF6623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6623; }
p { color: rgb(255,102,35); }
H1.HeaderClassName
{
color: #FF6623;
}
.AnyTagClassName
{
color: #FF6623;
}
</style>
background-color css
<style>
a { background-color: #FF6623; }
a { background-color: rgb(255,102,35); }
div.DivClassName
{
background-color: #FF6623;
}
.BgClassName
{
background-color: #FF6623;
}
</style>
border-color css
<style>
span { border-color: #FF6623; }
span { border-color: rgb(255,102,35); }
td.TdClassName
{
border-color: #FF6623;
}
.TagClassName
{
border-color: #FF6623;
}
</style>