Shades of Burnt Orange #FF752F
Tints of Burnt Orange #FF752F
RGB
CMYK
RGB Variations
Color information
#FF752F (or 0xFF752F) is known color: Burnt Orange. HEX triplet: FF, 75 and 2F. RGB value is (255,117,47). Sum of RGB (Red+Green+Blue) = 255+117+47=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF752F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF752F is #008AD0. Grayscale: #969696. Windows color (decimal): -35537 or 3110399. OLE color: 3110399.
HSL color Cylindrical-coordinate representation of color #FF752F: hue angle of 20.19º 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 #FF752F is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 47 | - |
| CMYK | 0 | 0.54 | 0.82 | 0 |
| HSL | 20.19º | 1% | 0.59% | - |
| HSV(B) | 20.19º | 0.82% | 1% | - |
| XYZ | 48.11 | 34.19 | 6.75 | - |
| YUV | 150.28 | 69.72 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 47 | 0 | 0.54 | 0.82 | 0 | 20.19 | 1 | 0.59 |
| Hex | FF | 75 | 2F | 0 | 36 | 52 | 0 | 14 | 64 | 3B |
| Octal | 377 | 165 | 57 | 0 | 66 | 122 | 0 | 24 | 144 | 73 |
| Binary | 11111111 | 1110101 | 101111 | 0 | 110110 | 1010010 | 0 | 10100 | 1100100 | 111011 |
Color Harmonies of #FF752F
Complementary color
Monochromatic Colors of #FF752F
Black with #FF752F
Text Example
Text Example
White with #FF752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF752F; }
p { color: rgb(255,117,47); }
H1.HeaderClassName
{
color: #FF752F;
}
.AnyTagClassName
{
color: #FF752F;
}
</style>
background-color css
<style>
a { background-color: #FF752F; }
a { background-color: rgb(255,117,47); }
div.DivClassName
{
background-color: #FF752F;
}
.BgClassName
{
background-color: #FF752F;
}
</style>
border-color css
<style>
span { border-color: #FF752F; }
span { border-color: rgb(255,117,47); }
td.TdClassName
{
border-color: #FF752F;
}
.TagClassName
{
border-color: #FF752F;
}
</style>