Shades of Burnt Orange #FF6925
Tints of Burnt Orange #FF6925
RGB
CMYK
RGB Variations
Color information
#FF6925 (or 0xFF6925) is known color: Burnt Orange. HEX triplet: FF, 69 and 25. RGB value is (255,105,37). Sum of RGB (Red+Green+Blue) = 255+105+37=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6925 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6925 is #0096DA. Grayscale: #8E8E8E. Windows color (decimal): -38619 or 2451967. OLE color: 2451967.
HSL color Cylindrical-coordinate representation of color #FF6925: hue angle of 18.72º 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 #FF6925 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 37 | - |
| CMYK | 0 | 0.59 | 0.85 | 0 |
| HSL | 18.72º | 1% | 0.57% | - |
| HSV(B) | 18.72º | 0.85% | 1% | - |
| XYZ | 46.63 | 31.5 | 5.37 | - |
| YUV | 142.1 | 68.7 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 37 | 0 | 0.59 | 0.85 | 0 | 18.72 | 1 | 0.57 |
| Hex | FF | 69 | 25 | 0 | 3B | 55 | 0 | 13 | 64 | 39 |
| Octal | 377 | 151 | 45 | 0 | 73 | 125 | 0 | 23 | 144 | 71 |
| Binary | 11111111 | 1101001 | 100101 | 0 | 111011 | 1010101 | 0 | 10011 | 1100100 | 111001 |
Color Harmonies of #FF6925
Complementary color
Monochromatic Colors of #FF6925
Black with #FF6925
Text Example
Text Example
White with #FF6925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6925; }
p { color: rgb(255,105,37); }
H1.HeaderClassName
{
color: #FF6925;
}
.AnyTagClassName
{
color: #FF6925;
}
</style>
background-color css
<style>
a { background-color: #FF6925; }
a { background-color: rgb(255,105,37); }
div.DivClassName
{
background-color: #FF6925;
}
.BgClassName
{
background-color: #FF6925;
}
</style>
border-color css
<style>
span { border-color: #FF6925; }
span { border-color: rgb(255,105,37); }
td.TdClassName
{
border-color: #FF6925;
}
.TagClassName
{
border-color: #FF6925;
}
</style>