Shades of Burnt Orange #FF742F
Tints of Burnt Orange #FF742F
RGB
CMYK
RGB Variations
Color information
#FF742F (or 0xFF742F) is known color: Burnt Orange. HEX triplet: FF, 74 and 2F. RGB value is (255,116,47). Sum of RGB (Red+Green+Blue) = 255+116+47=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF742F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF742F is #008BD0. Grayscale: #969696. Windows color (decimal): -35793 or 3110143. OLE color: 3110143.
HSL color Cylindrical-coordinate representation of color #FF742F: hue angle of 19.9º 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 #FF742F is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 47 | - |
| CMYK | 0 | 0.55 | 0.82 | 0 |
| HSL | 19.9º | 1% | 0.59% | - |
| HSV(B) | 19.9º | 0.82% | 1% | - |
| XYZ | 48 | 33.96 | 6.71 | - |
| YUV | 149.7 | 70.05 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 47 | 0 | 0.55 | 0.82 | 0 | 19.9 | 1 | 0.59 |
| Hex | FF | 74 | 2F | 0 | 37 | 52 | 0 | 14 | 64 | 3B |
| Octal | 377 | 164 | 57 | 0 | 67 | 122 | 0 | 24 | 144 | 73 |
| Binary | 11111111 | 1110100 | 101111 | 0 | 110111 | 1010010 | 0 | 10100 | 1100100 | 111011 |
Color Harmonies of #FF742F
Complementary color
Monochromatic Colors of #FF742F
Black with #FF742F
Text Example
Text Example
White with #FF742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF742F; }
p { color: rgb(255,116,47); }
H1.HeaderClassName
{
color: #FF742F;
}
.AnyTagClassName
{
color: #FF742F;
}
</style>
background-color css
<style>
a { background-color: #FF742F; }
a { background-color: rgb(255,116,47); }
div.DivClassName
{
background-color: #FF742F;
}
.BgClassName
{
background-color: #FF742F;
}
</style>
border-color css
<style>
span { border-color: #FF742F; }
span { border-color: rgb(255,116,47); }
td.TdClassName
{
border-color: #FF742F;
}
.TagClassName
{
border-color: #FF742F;
}
</style>