Shades of Burnt Orange #FD7B3C
Tints of Burnt Orange #FD7B3C
RGB
CMYK
RGB Variations
Color information
#FD7B3C (or 0xFD7B3C) is known color: Burnt Orange. HEX triplet: FD, 7B and 3C. RGB value is (253,123,60). Sum of RGB (Red+Green+Blue) = 253+123+60=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7B3C is #0284C3. Grayscale: #9B9B9B. Windows color (decimal): -165060 or 3963901. OLE color: 3963901.
HSL color Cylindrical-coordinate representation of color #FD7B3C: hue angle of 19.59º 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 #FD7B3C is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 60 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.01 |
| HSL | 19.59º | 0.98% | 0.61% | - |
| HSV(B) | 19.59º | 0.76% | 0.99% | - |
| XYZ | 48.41 | 35.37 | 8.55 | - |
| YUV | 154.69 | 74.57 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 60 | 0 | 0.51 | 0.76 | 0.01 | 19.59 | 0.98 | 0.61 |
| Hex | FD | 7B | 3C | 0 | 33 | 4C | 1 | 14 | 62 | 3D |
| Octal | 375 | 173 | 74 | 0 | 63 | 114 | 1 | 24 | 142 | 75 |
| Binary | 11111101 | 1111011 | 111100 | 0 | 110011 | 1001100 | 1 | 10100 | 1100010 | 111101 |
Color Harmonies of #FD7B3C
Complementary color
Monochromatic Colors of #FD7B3C
Black with #FD7B3C
Text Example
Text Example
White with #FD7B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B3C; }
p { color: rgb(253,123,60); }
H1.HeaderClassName
{
color: #FD7B3C;
}
.AnyTagClassName
{
color: #FD7B3C;
}
</style>
background-color css
<style>
a { background-color: #FD7B3C; }
a { background-color: rgb(253,123,60); }
div.DivClassName
{
background-color: #FD7B3C;
}
.BgClassName
{
background-color: #FD7B3C;
}
</style>
border-color css
<style>
span { border-color: #FD7B3C; }
span { border-color: rgb(253,123,60); }
td.TdClassName
{
border-color: #FD7B3C;
}
.TagClassName
{
border-color: #FD7B3C;
}
</style>