Shades of Burnt Orange #FF762D
Tints of Burnt Orange #FF762D
RGB
CMYK
RGB Variations
Color information
#FF762D (or 0xFF762D) is known color: Burnt Orange. HEX triplet: FF, 76 and 2D. RGB value is (255,118,45). Sum of RGB (Red+Green+Blue) = 255+118+45=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF762D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF762D is #0089D2. Grayscale: #979797. Windows color (decimal): -35283 or 2979583. OLE color: 2979583.
HSL color Cylindrical-coordinate representation of color #FF762D: hue angle of 20.86º 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 #FF762D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 45 | - |
| CMYK | 0 | 0.54 | 0.82 | 0 |
| HSL | 20.86º | 1% | 0.59% | - |
| HSV(B) | 20.86º | 0.82% | 1% | - |
| XYZ | 48.19 | 34.41 | 6.58 | - |
| YUV | 150.64 | 68.39 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 45 | 0 | 0.54 | 0.82 | 0 | 20.86 | 1 | 0.59 |
| Hex | FF | 76 | 2D | 0 | 36 | 52 | 0 | 15 | 64 | 3B |
| Octal | 377 | 166 | 55 | 0 | 66 | 122 | 0 | 25 | 144 | 73 |
| Binary | 11111111 | 1110110 | 101101 | 0 | 110110 | 1010010 | 0 | 10101 | 1100100 | 111011 |
Color Harmonies of #FF762D
Complementary color
Monochromatic Colors of #FF762D
Black with #FF762D
Text Example
Text Example
White with #FF762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF762D; }
p { color: rgb(255,118,45); }
H1.HeaderClassName
{
color: #FF762D;
}
.AnyTagClassName
{
color: #FF762D;
}
</style>
background-color css
<style>
a { background-color: #FF762D; }
a { background-color: rgb(255,118,45); }
div.DivClassName
{
background-color: #FF762D;
}
.BgClassName
{
background-color: #FF762D;
}
</style>
border-color css
<style>
span { border-color: #FF762D; }
span { border-color: rgb(255,118,45); }
td.TdClassName
{
border-color: #FF762D;
}
.TagClassName
{
border-color: #FF762D;
}
</style>