Shades of Burnt Orange #FF7527
Tints of Burnt Orange #FF7527
RGB
CMYK
RGB Variations
Color information
#FF7527 (or 0xFF7527) is known color: Burnt Orange. HEX triplet: FF, 75 and 27. RGB value is (255,117,39). Sum of RGB (Red+Green+Blue) = 255+117+39=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7527 is #008AD8. Grayscale: #959595. Windows color (decimal): -35545 or 2586111. OLE color: 2586111.
HSL color Cylindrical-coordinate representation of color #FF7527: hue angle of 21.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF7527 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 39 | - |
| CMYK | 0 | 0.54 | 0.85 | 0 |
| HSL | 21.67º | 1% | 0.58% | - |
| HSV(B) | 21.67º | 0.85% | 1% | - |
| XYZ | 47.97 | 34.13 | 5.98 | - |
| YUV | 149.37 | 65.72 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 39 | 0 | 0.54 | 0.85 | 0 | 21.67 | 1 | 0.58 |
| Hex | FF | 75 | 27 | 0 | 36 | 55 | 0 | 16 | 64 | 3A |
| Octal | 377 | 165 | 47 | 0 | 66 | 125 | 0 | 26 | 144 | 72 |
| Binary | 11111111 | 1110101 | 100111 | 0 | 110110 | 1010101 | 0 | 10110 | 1100100 | 111010 |
Color Harmonies of #FF7527
Complementary color
Monochromatic Colors of #FF7527
Black with #FF7527
Text Example
Text Example
White with #FF7527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7527; }
p { color: rgb(255,117,39); }
H1.HeaderClassName
{
color: #FF7527;
}
.AnyTagClassName
{
color: #FF7527;
}
</style>
background-color css
<style>
a { background-color: #FF7527; }
a { background-color: rgb(255,117,39); }
div.DivClassName
{
background-color: #FF7527;
}
.BgClassName
{
background-color: #FF7527;
}
</style>
border-color css
<style>
span { border-color: #FF7527; }
span { border-color: rgb(255,117,39); }
td.TdClassName
{
border-color: #FF7527;
}
.TagClassName
{
border-color: #FF7527;
}
</style>