Shades of Burnt Orange #FD773C
Tints of Burnt Orange #FD773C
RGB
CMYK
RGB Variations
Color information
#FD773C (or 0xFD773C) is known color: Burnt Orange. HEX triplet: FD, 77 and 3C. RGB value is (253,119,60). Sum of RGB (Red+Green+Blue) = 253+119+60=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD773C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD773C is #0288C3. Grayscale: #989898. Windows color (decimal): -166084 or 3962877. OLE color: 3962877.
HSL color Cylindrical-coordinate representation of color #FD773C: hue angle of 18.34º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD773C is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 60 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.01 |
| HSL | 18.34º | 0.98% | 0.61% | - |
| HSV(B) | 18.34º | 0.76% | 0.99% | - |
| XYZ | 47.92 | 34.4 | 8.39 | - |
| YUV | 152.34 | 75.89 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 60 | 0 | 0.53 | 0.76 | 0.01 | 18.34 | 0.98 | 0.61 |
| Hex | FD | 77 | 3C | 0 | 35 | 4C | 1 | 12 | 62 | 3D |
| Octal | 375 | 167 | 74 | 0 | 65 | 114 | 1 | 22 | 142 | 75 |
| Binary | 11111101 | 1110111 | 111100 | 0 | 110101 | 1001100 | 1 | 10010 | 1100010 | 111101 |
Color Harmonies of #FD773C
Complementary color
Monochromatic Colors of #FD773C
Black with #FD773C
Text Example
Text Example
White with #FD773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD773C; }
p { color: rgb(253,119,60); }
H1.HeaderClassName
{
color: #FD773C;
}
.AnyTagClassName
{
color: #FD773C;
}
</style>
background-color css
<style>
a { background-color: #FD773C; }
a { background-color: rgb(253,119,60); }
div.DivClassName
{
background-color: #FD773C;
}
.BgClassName
{
background-color: #FD773C;
}
</style>
border-color css
<style>
span { border-color: #FD773C; }
span { border-color: rgb(253,119,60); }
td.TdClassName
{
border-color: #FD773C;
}
.TagClassName
{
border-color: #FD773C;
}
</style>