Shades of Burnt Orange #FF752D
Tints of Burnt Orange #FF752D
RGB
CMYK
RGB Variations
Color information
#FF752D (or 0xFF752D) is known color: Burnt Orange. HEX triplet: FF, 75 and 2D. RGB value is (255,117,45). Sum of RGB (Red+Green+Blue) = 255+117+45=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF752D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF752D is #008AD2. Grayscale: #969696. Windows color (decimal): -35539 or 2979327. OLE color: 2979327.
HSL color Cylindrical-coordinate representation of color #FF752D: hue angle of 20.57º 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 #FF752D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 45 | - |
| CMYK | 0 | 0.54 | 0.82 | 0 |
| HSL | 20.57º | 1% | 0.59% | - |
| HSV(B) | 20.57º | 0.82% | 1% | - |
| XYZ | 48.07 | 34.17 | 6.54 | - |
| YUV | 150.05 | 68.72 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 45 | 0 | 0.54 | 0.82 | 0 | 20.57 | 1 | 0.59 |
| Hex | FF | 75 | 2D | 0 | 36 | 52 | 0 | 15 | 64 | 3B |
| Octal | 377 | 165 | 55 | 0 | 66 | 122 | 0 | 25 | 144 | 73 |
| Binary | 11111111 | 1110101 | 101101 | 0 | 110110 | 1010010 | 0 | 10101 | 1100100 | 111011 |
Color Harmonies of #FF752D
Complementary color
Monochromatic Colors of #FF752D
Black with #FF752D
Text Example
Text Example
White with #FF752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF752D; }
p { color: rgb(255,117,45); }
H1.HeaderClassName
{
color: #FF752D;
}
.AnyTagClassName
{
color: #FF752D;
}
</style>
background-color css
<style>
a { background-color: #FF752D; }
a { background-color: rgb(255,117,45); }
div.DivClassName
{
background-color: #FF752D;
}
.BgClassName
{
background-color: #FF752D;
}
</style>
border-color css
<style>
span { border-color: #FF752D; }
span { border-color: rgb(255,117,45); }
td.TdClassName
{
border-color: #FF752D;
}
.TagClassName
{
border-color: #FF752D;
}
</style>