Shades of Burnt Orange #FF7A38
Tints of Burnt Orange #FF7A38
RGB
CMYK
RGB Variations
Color information
#FF7A38 (or 0xFF7A38) is known color: Burnt Orange. HEX triplet: FF, 7A and 38. RGB value is (255,122,56). Sum of RGB (Red+Green+Blue) = 255+122+56=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 56 (22.27% from 255 or 12.93% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A38 is #0085C7. Grayscale: #9A9A9A. Windows color (decimal): -34248 or 3701503. OLE color: 3701503.
HSL color Cylindrical-coordinate representation of color #FF7A38: hue angle of 19.9º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF7A38 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 56 | - |
| CMYK | 0 | 0.52 | 0.78 | 0 |
| HSL | 19.9º | 1% | 0.61% | - |
| HSV(B) | 19.9º | 0.78% | 1% | - |
| XYZ | 48.91 | 35.46 | 8.01 | - |
| YUV | 154.24 | 72.56 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 56 | 0 | 0.52 | 0.78 | 0 | 19.9 | 1 | 0.61 |
| Hex | FF | 7A | 38 | 0 | 34 | 4E | 0 | 14 | 64 | 3D |
| Octal | 377 | 172 | 70 | 0 | 64 | 116 | 0 | 24 | 144 | 75 |
| Binary | 11111111 | 1111010 | 111000 | 0 | 110100 | 1001110 | 0 | 10100 | 1100100 | 111101 |
Color Harmonies of #FF7A38
Complementary color
Monochromatic Colors of #FF7A38
Black with #FF7A38
Text Example
Text Example
White with #FF7A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A38; }
p { color: rgb(255,122,56); }
H1.HeaderClassName
{
color: #FF7A38;
}
.AnyTagClassName
{
color: #FF7A38;
}
</style>
background-color css
<style>
a { background-color: #FF7A38; }
a { background-color: rgb(255,122,56); }
div.DivClassName
{
background-color: #FF7A38;
}
.BgClassName
{
background-color: #FF7A38;
}
</style>
border-color css
<style>
span { border-color: #FF7A38; }
span { border-color: rgb(255,122,56); }
td.TdClassName
{
border-color: #FF7A38;
}
.TagClassName
{
border-color: #FF7A38;
}
</style>