Shades of Burnt Orange #FF7928
Tints of Burnt Orange #FF7928
RGB
CMYK
RGB Variations
Color information
#FF7928 (or 0xFF7928) is known color: Burnt Orange. HEX triplet: FF, 79 and 28. RGB value is (255,121,40). Sum of RGB (Red+Green+Blue) = 255+121+40=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7928 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7928 is #0086D7. Grayscale: #989898. Windows color (decimal): -34520 or 2652671. OLE color: 2652671.
HSL color Cylindrical-coordinate representation of color #FF7928: hue angle of 22.6º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF7928 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 40 | - |
| CMYK | 0 | 0.53 | 0.84 | 0 |
| HSL | 22.6º | 1% | 0.58% | - |
| HSV(B) | 22.6º | 0.84% | 1% | - |
| XYZ | 48.46 | 35.09 | 6.23 | - |
| YUV | 151.83 | 64.89 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 40 | 0 | 0.53 | 0.84 | 0 | 22.6 | 1 | 0.58 |
| Hex | FF | 79 | 28 | 0 | 35 | 54 | 0 | 17 | 64 | 3A |
| Octal | 377 | 171 | 50 | 0 | 65 | 124 | 0 | 27 | 144 | 72 |
| Binary | 11111111 | 1111001 | 101000 | 0 | 110101 | 1010100 | 0 | 10111 | 1100100 | 111010 |
Color Harmonies of #FF7928
Complementary color
Monochromatic Colors of #FF7928
Black with #FF7928
Text Example
Text Example
White with #FF7928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7928; }
p { color: rgb(255,121,40); }
H1.HeaderClassName
{
color: #FF7928;
}
.AnyTagClassName
{
color: #FF7928;
}
</style>
background-color css
<style>
a { background-color: #FF7928; }
a { background-color: rgb(255,121,40); }
div.DivClassName
{
background-color: #FF7928;
}
.BgClassName
{
background-color: #FF7928;
}
</style>
border-color css
<style>
span { border-color: #FF7928; }
span { border-color: rgb(255,121,40); }
td.TdClassName
{
border-color: #FF7928;
}
.TagClassName
{
border-color: #FF7928;
}
</style>