Shades of Burnt Orange #FF7738
Tints of Burnt Orange #FF7738
RGB
CMYK
RGB Variations
Color information
#FF7738 (or 0xFF7738) is known color: Burnt Orange. HEX triplet: FF, 77 and 38. RGB value is (255,119,56). Sum of RGB (Red+Green+Blue) = 255+119+56=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7738 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7738 is #0088C7. Grayscale: #989898. Windows color (decimal): -35016 or 3700735. OLE color: 3700735.
HSL color Cylindrical-coordinate representation of color #FF7738: hue angle of 18.99º 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 #FF7738 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 56 | - |
| CMYK | 0 | 0.53 | 0.78 | 0 |
| HSL | 18.99º | 1% | 0.61% | - |
| HSV(B) | 18.99º | 0.78% | 1% | - |
| XYZ | 48.55 | 34.74 | 7.89 | - |
| YUV | 152.48 | 73.56 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 56 | 0 | 0.53 | 0.78 | 0 | 18.99 | 1 | 0.61 |
| Hex | FF | 77 | 38 | 0 | 35 | 4E | 0 | 13 | 64 | 3D |
| Octal | 377 | 167 | 70 | 0 | 65 | 116 | 0 | 23 | 144 | 75 |
| Binary | 11111111 | 1110111 | 111000 | 0 | 110101 | 1001110 | 0 | 10011 | 1100100 | 111101 |
Color Harmonies of #FF7738
Complementary color
Monochromatic Colors of #FF7738
Black with #FF7738
Text Example
Text Example
White with #FF7738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7738; }
p { color: rgb(255,119,56); }
H1.HeaderClassName
{
color: #FF7738;
}
.AnyTagClassName
{
color: #FF7738;
}
</style>
background-color css
<style>
a { background-color: #FF7738; }
a { background-color: rgb(255,119,56); }
div.DivClassName
{
background-color: #FF7738;
}
.BgClassName
{
background-color: #FF7738;
}
</style>
border-color css
<style>
span { border-color: #FF7738; }
span { border-color: rgb(255,119,56); }
td.TdClassName
{
border-color: #FF7738;
}
.TagClassName
{
border-color: #FF7738;
}
</style>