Shades of Burnt Orange #FF762B
Tints of Burnt Orange #FF762B
RGB
CMYK
RGB Variations
Color information
#FF762B (or 0xFF762B) is known color: Burnt Orange. HEX triplet: FF, 76 and 2B. RGB value is (255,118,43). Sum of RGB (Red+Green+Blue) = 255+118+43=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF762B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF762B is #0089D4. Grayscale: #969696. Windows color (decimal): -35285 or 2848511. OLE color: 2848511.
HSL color Cylindrical-coordinate representation of color #FF762B: hue angle of 21.23º 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 #FF762B is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 43 | - |
| CMYK | 0 | 0.54 | 0.83 | 0 |
| HSL | 21.23º | 1% | 0.58% | - |
| HSV(B) | 21.23º | 0.83% | 1% | - |
| XYZ | 48.15 | 34.39 | 6.39 | - |
| YUV | 150.41 | 67.39 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 43 | 0 | 0.54 | 0.83 | 0 | 21.23 | 1 | 0.58 |
| Hex | FF | 76 | 2B | 0 | 36 | 53 | 0 | 15 | 64 | 3A |
| Octal | 377 | 166 | 53 | 0 | 66 | 123 | 0 | 25 | 144 | 72 |
| Binary | 11111111 | 1110110 | 101011 | 0 | 110110 | 1010011 | 0 | 10101 | 1100100 | 111010 |
Color Harmonies of #FF762B
Complementary color
Monochromatic Colors of #FF762B
Black with #FF762B
Text Example
Text Example
White with #FF762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF762B; }
p { color: rgb(255,118,43); }
H1.HeaderClassName
{
color: #FF762B;
}
.AnyTagClassName
{
color: #FF762B;
}
</style>
background-color css
<style>
a { background-color: #FF762B; }
a { background-color: rgb(255,118,43); }
div.DivClassName
{
background-color: #FF762B;
}
.BgClassName
{
background-color: #FF762B;
}
</style>
border-color css
<style>
span { border-color: #FF762B; }
span { border-color: rgb(255,118,43); }
td.TdClassName
{
border-color: #FF762B;
}
.TagClassName
{
border-color: #FF762B;
}
</style>