Shades of Burnt Orange #FD773F
Tints of Burnt Orange #FD773F
RGB
CMYK
RGB Variations
Color information
#FD773F (or 0xFD773F) is known color: Burnt Orange. HEX triplet: FD, 77 and 3F. RGB value is (253,119,63). Sum of RGB (Red+Green+Blue) = 253+119+63=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD773F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD773F is #0288C0. Grayscale: #999999. Windows color (decimal): -166081 or 4159485. OLE color: 4159485.
HSL color Cylindrical-coordinate representation of color #FD773F: hue angle of 17.68º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD773F is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 63 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.01 |
| HSL | 17.68º | 0.98% | 0.62% | - |
| HSV(B) | 17.68º | 0.75% | 0.99% | - |
| XYZ | 48 | 34.44 | 8.82 | - |
| YUV | 152.68 | 77.39 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 63 | 0 | 0.53 | 0.75 | 0.01 | 17.68 | 0.98 | 0.62 |
| Hex | FD | 77 | 3F | 0 | 35 | 4B | 1 | 12 | 62 | 3E |
| Octal | 375 | 167 | 77 | 0 | 65 | 113 | 1 | 22 | 142 | 76 |
| Binary | 11111101 | 1110111 | 111111 | 0 | 110101 | 1001011 | 1 | 10010 | 1100010 | 111110 |
Color Harmonies of #FD773F
Complementary color
Monochromatic Colors of #FD773F
Black with #FD773F
Text Example
Text Example
White with #FD773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD773F; }
p { color: rgb(253,119,63); }
H1.HeaderClassName
{
color: #FD773F;
}
.AnyTagClassName
{
color: #FD773F;
}
</style>
background-color css
<style>
a { background-color: #FD773F; }
a { background-color: rgb(253,119,63); }
div.DivClassName
{
background-color: #FD773F;
}
.BgClassName
{
background-color: #FD773F;
}
</style>
border-color css
<style>
span { border-color: #FD773F; }
span { border-color: rgb(253,119,63); }
td.TdClassName
{
border-color: #FD773F;
}
.TagClassName
{
border-color: #FD773F;
}
</style>