Shades of Burnt Orange #FF752B
Tints of Burnt Orange #FF752B
RGB
CMYK
RGB Variations
Color information
#FF752B (or 0xFF752B) is known color: Burnt Orange. HEX triplet: FF, 75 and 2B. RGB value is (255,117,43). Sum of RGB (Red+Green+Blue) = 255+117+43=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF752B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF752B is #008AD4. Grayscale: #969696. Windows color (decimal): -35541 or 2848255. OLE color: 2848255.
HSL color Cylindrical-coordinate representation of color #FF752B: hue angle of 20.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF752B is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 43 | - |
| CMYK | 0 | 0.54 | 0.83 | 0 |
| HSL | 20.94º | 1% | 0.58% | - |
| HSV(B) | 20.94º | 0.83% | 1% | - |
| XYZ | 48.04 | 34.16 | 6.35 | - |
| YUV | 149.83 | 67.72 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 43 | 0 | 0.54 | 0.83 | 0 | 20.94 | 1 | 0.58 |
| Hex | FF | 75 | 2B | 0 | 36 | 53 | 0 | 15 | 64 | 3A |
| Octal | 377 | 165 | 53 | 0 | 66 | 123 | 0 | 25 | 144 | 72 |
| Binary | 11111111 | 1110101 | 101011 | 0 | 110110 | 1010011 | 0 | 10101 | 1100100 | 111010 |
Color Harmonies of #FF752B
Complementary color
Monochromatic Colors of #FF752B
Black with #FF752B
Text Example
Text Example
White with #FF752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF752B; }
p { color: rgb(255,117,43); }
H1.HeaderClassName
{
color: #FF752B;
}
.AnyTagClassName
{
color: #FF752B;
}
</style>
background-color css
<style>
a { background-color: #FF752B; }
a { background-color: rgb(255,117,43); }
div.DivClassName
{
background-color: #FF752B;
}
.BgClassName
{
background-color: #FF752B;
}
</style>
border-color css
<style>
span { border-color: #FF752B; }
span { border-color: rgb(255,117,43); }
td.TdClassName
{
border-color: #FF752B;
}
.TagClassName
{
border-color: #FF752B;
}
</style>