Shades of Burnt Orange #FF6625
Tints of Burnt Orange #FF6625
RGB
CMYK
RGB Variations
Color information
#FF6625 (or 0xFF6625) is known color: Burnt Orange. HEX triplet: FF, 66 and 25. RGB value is (255,102,37). Sum of RGB (Red+Green+Blue) = 255+102+37=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6625 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6625 is #0099DA. Grayscale: #8C8C8C. Windows color (decimal): -39387 or 2451199. OLE color: 2451199.
HSL color Cylindrical-coordinate representation of color #FF6625: hue angle of 17.89º 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 #FF6625 is Cyan = 0, Magento = 0.6, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 37 | - |
| CMYK | 0 | 0.6 | 0.85 | 0 |
| HSL | 17.89º | 1% | 0.57% | - |
| HSV(B) | 17.89º | 0.85% | 1% | - |
| XYZ | 46.33 | 30.9 | 5.27 | - |
| YUV | 140.34 | 69.69 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 37 | 0 | 0.6 | 0.85 | 0 | 17.89 | 1 | 0.57 |
| Hex | FF | 66 | 25 | 0 | 3C | 55 | 0 | 12 | 64 | 39 |
| Octal | 377 | 146 | 45 | 0 | 74 | 125 | 0 | 22 | 144 | 71 |
| Binary | 11111111 | 1100110 | 100101 | 0 | 111100 | 1010101 | 0 | 10010 | 1100100 | 111001 |
Color Harmonies of #FF6625
Complementary color
Monochromatic Colors of #FF6625
Black with #FF6625
Text Example
Text Example
White with #FF6625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6625; }
p { color: rgb(255,102,37); }
H1.HeaderClassName
{
color: #FF6625;
}
.AnyTagClassName
{
color: #FF6625;
}
</style>
background-color css
<style>
a { background-color: #FF6625; }
a { background-color: rgb(255,102,37); }
div.DivClassName
{
background-color: #FF6625;
}
.BgClassName
{
background-color: #FF6625;
}
</style>
border-color css
<style>
span { border-color: #FF6625; }
span { border-color: rgb(255,102,37); }
td.TdClassName
{
border-color: #FF6625;
}
.TagClassName
{
border-color: #FF6625;
}
</style>