Shades of Burnt Orange #FF6626
Tints of Burnt Orange #FF6626
RGB
CMYK
RGB Variations
Color information
#FF6626 (or 0xFF6626) is known color: Burnt Orange. HEX triplet: FF, 66 and 26. RGB value is (255,102,38). Sum of RGB (Red+Green+Blue) = 255+102+38=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6626 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6626 is #0099D9. Grayscale: #8C8C8C. Windows color (decimal): -39386 or 2516735. OLE color: 2516735.
HSL color Cylindrical-coordinate representation of color #FF6626: hue angle of 17.7º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF6626 is Cyan = 0, Magento = 0.6, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 38 | - |
| CMYK | 0 | 0.6 | 0.85 | 0 |
| HSL | 17.7º | 1% | 0.57% | - |
| HSV(B) | 17.7º | 0.85% | 1% | - |
| XYZ | 46.34 | 30.9 | 5.36 | - |
| YUV | 140.45 | 70.19 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 38 | 0 | 0.6 | 0.85 | 0 | 17.7 | 1 | 0.57 |
| Hex | FF | 66 | 26 | 0 | 3C | 55 | 0 | 12 | 64 | 39 |
| Octal | 377 | 146 | 46 | 0 | 74 | 125 | 0 | 22 | 144 | 71 |
| Binary | 11111111 | 1100110 | 100110 | 0 | 111100 | 1010101 | 0 | 10010 | 1100100 | 111001 |
Color Harmonies of #FF6626
Complementary color
Monochromatic Colors of #FF6626
Black with #FF6626
Text Example
Text Example
White with #FF6626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6626; }
p { color: rgb(255,102,38); }
H1.HeaderClassName
{
color: #FF6626;
}
.AnyTagClassName
{
color: #FF6626;
}
</style>
background-color css
<style>
a { background-color: #FF6626; }
a { background-color: rgb(255,102,38); }
div.DivClassName
{
background-color: #FF6626;
}
.BgClassName
{
background-color: #FF6626;
}
</style>
border-color css
<style>
span { border-color: #FF6626; }
span { border-color: rgb(255,102,38); }
td.TdClassName
{
border-color: #FF6626;
}
.TagClassName
{
border-color: #FF6626;
}
</style>