Shades of Burnt Orange #FF762F
Tints of Burnt Orange #FF762F
RGB
CMYK
RGB Variations
Color information
#FF762F (or 0xFF762F) is known color: Burnt Orange. HEX triplet: FF, 76 and 2F. RGB value is (255,118,47). Sum of RGB (Red+Green+Blue) = 255+118+47=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF762F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF762F is #0089D0. Grayscale: #979797. Windows color (decimal): -35281 or 3110655. OLE color: 3110655.
HSL color Cylindrical-coordinate representation of color #FF762F: hue angle of 20.48º 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 #FF762F is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 47 | - |
| CMYK | 0 | 0.54 | 0.82 | 0 |
| HSL | 20.48º | 1% | 0.59% | - |
| HSV(B) | 20.48º | 0.82% | 1% | - |
| XYZ | 48.23 | 34.42 | 6.79 | - |
| YUV | 150.87 | 69.39 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 47 | 0 | 0.54 | 0.82 | 0 | 20.48 | 1 | 0.59 |
| Hex | FF | 76 | 2F | 0 | 36 | 52 | 0 | 14 | 64 | 3B |
| Octal | 377 | 166 | 57 | 0 | 66 | 122 | 0 | 24 | 144 | 73 |
| Binary | 11111111 | 1110110 | 101111 | 0 | 110110 | 1010010 | 0 | 10100 | 1100100 | 111011 |
Color Harmonies of #FF762F
Complementary color
Monochromatic Colors of #FF762F
Black with #FF762F
Text Example
Text Example
White with #FF762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF762F; }
p { color: rgb(255,118,47); }
H1.HeaderClassName
{
color: #FF762F;
}
.AnyTagClassName
{
color: #FF762F;
}
</style>
background-color css
<style>
a { background-color: #FF762F; }
a { background-color: rgb(255,118,47); }
div.DivClassName
{
background-color: #FF762F;
}
.BgClassName
{
background-color: #FF762F;
}
</style>
border-color css
<style>
span { border-color: #FF762F; }
span { border-color: rgb(255,118,47); }
td.TdClassName
{
border-color: #FF762F;
}
.TagClassName
{
border-color: #FF762F;
}
</style>