Shades of Burnt Orange #FF752C
Tints of Burnt Orange #FF752C
RGB
CMYK
RGB Variations
Color information
#FF752C (or 0xFF752C) is known color: Burnt Orange. HEX triplet: FF, 75 and 2C. RGB value is (255,117,44). Sum of RGB (Red+Green+Blue) = 255+117+44=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF752C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF752C is #008AD3. Grayscale: #969696. Windows color (decimal): -35540 or 2913791. OLE color: 2913791.
HSL color Cylindrical-coordinate representation of color #FF752C: hue angle of 20.76º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF752C is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 44 | - |
| CMYK | 0 | 0.54 | 0.83 | 0 |
| HSL | 20.76º | 1% | 0.59% | - |
| HSV(B) | 20.76º | 0.83% | 1% | - |
| XYZ | 48.06 | 34.16 | 6.44 | - |
| YUV | 149.94 | 68.22 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 44 | 0 | 0.54 | 0.83 | 0 | 20.76 | 1 | 0.59 |
| Hex | FF | 75 | 2C | 0 | 36 | 53 | 0 | 15 | 64 | 3B |
| Octal | 377 | 165 | 54 | 0 | 66 | 123 | 0 | 25 | 144 | 73 |
| Binary | 11111111 | 1110101 | 101100 | 0 | 110110 | 1010011 | 0 | 10101 | 1100100 | 111011 |
Color Harmonies of #FF752C
Complementary color
Monochromatic Colors of #FF752C
Black with #FF752C
Text Example
Text Example
White with #FF752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF752C; }
p { color: rgb(255,117,44); }
H1.HeaderClassName
{
color: #FF752C;
}
.AnyTagClassName
{
color: #FF752C;
}
</style>
background-color css
<style>
a { background-color: #FF752C; }
a { background-color: rgb(255,117,44); }
div.DivClassName
{
background-color: #FF752C;
}
.BgClassName
{
background-color: #FF752C;
}
</style>
border-color css
<style>
span { border-color: #FF752C; }
span { border-color: rgb(255,117,44); }
td.TdClassName
{
border-color: #FF752C;
}
.TagClassName
{
border-color: #FF752C;
}
</style>