Shades of Burnt Orange #FF742D
Tints of Burnt Orange #FF742D
RGB
CMYK
RGB Variations
Color information
#FF742D (or 0xFF742D) is known color: Burnt Orange. HEX triplet: FF, 74 and 2D. RGB value is (255,116,45). Sum of RGB (Red+Green+Blue) = 255+116+45=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF742D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF742D is #008BD2. Grayscale: #959595. Windows color (decimal): -35795 or 2979071. OLE color: 2979071.
HSL color Cylindrical-coordinate representation of color #FF742D: hue angle of 20.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF742D is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 45 | - |
| CMYK | 0 | 0.55 | 0.82 | 0 |
| HSL | 20.29º | 1% | 0.59% | - |
| HSV(B) | 20.29º | 0.82% | 1% | - |
| XYZ | 47.96 | 33.94 | 6.51 | - |
| YUV | 149.47 | 69.05 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 45 | 0 | 0.55 | 0.82 | 0 | 20.29 | 1 | 0.59 |
| Hex | FF | 74 | 2D | 0 | 37 | 52 | 0 | 14 | 64 | 3B |
| Octal | 377 | 164 | 55 | 0 | 67 | 122 | 0 | 24 | 144 | 73 |
| Binary | 11111111 | 1110100 | 101101 | 0 | 110111 | 1010010 | 0 | 10100 | 1100100 | 111011 |
Color Harmonies of #FF742D
Complementary color
Monochromatic Colors of #FF742D
Black with #FF742D
Text Example
Text Example
White with #FF742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF742D; }
p { color: rgb(255,116,45); }
H1.HeaderClassName
{
color: #FF742D;
}
.AnyTagClassName
{
color: #FF742D;
}
</style>
background-color css
<style>
a { background-color: #FF742D; }
a { background-color: rgb(255,116,45); }
div.DivClassName
{
background-color: #FF742D;
}
.BgClassName
{
background-color: #FF742D;
}
</style>
border-color css
<style>
span { border-color: #FF742D; }
span { border-color: rgb(255,116,45); }
td.TdClassName
{
border-color: #FF742D;
}
.TagClassName
{
border-color: #FF742D;
}
</style>