Shades of Burnt Orange #FD6B3C
Tints of Burnt Orange #FD6B3C
RGB
CMYK
RGB Variations
Color information
#FD6B3C (or 0xFD6B3C) is known color: Burnt Orange. HEX triplet: FD, 6B and 3C. RGB value is (253,107,60). Sum of RGB (Red+Green+Blue) = 253+107+60=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6B3C is #0294C3. Grayscale: #919191. Windows color (decimal): -169156 or 3959805. OLE color: 3959805.
HSL color Cylindrical-coordinate representation of color #FD6B3C: hue angle of 14.61º 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 #FD6B3C is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 107 | 60 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.01 |
| HSL | 14.61º | 0.98% | 0.61% | - |
| HSV(B) | 14.61º | 0.76% | 0.99% | - |
| XYZ | 46.58 | 31.72 | 7.94 | - |
| YUV | 145.3 | 79.87 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 107 | 60 | 0 | 0.58 | 0.76 | 0.01 | 14.61 | 0.98 | 0.61 |
| Hex | FD | 6B | 3C | 0 | 3A | 4C | 1 | F | 62 | 3D |
| Octal | 375 | 153 | 74 | 0 | 72 | 114 | 1 | 17 | 142 | 75 |
| Binary | 11111101 | 1101011 | 111100 | 0 | 111010 | 1001100 | 1 | 1111 | 1100010 | 111101 |
Color Harmonies of #FD6B3C
Complementary color
Monochromatic Colors of #FD6B3C
Black with #FD6B3C
Text Example
Text Example
White with #FD6B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6B3C; }
p { color: rgb(253,107,60); }
H1.HeaderClassName
{
color: #FD6B3C;
}
.AnyTagClassName
{
color: #FD6B3C;
}
</style>
background-color css
<style>
a { background-color: #FD6B3C; }
a { background-color: rgb(253,107,60); }
div.DivClassName
{
background-color: #FD6B3C;
}
.BgClassName
{
background-color: #FD6B3C;
}
</style>
border-color css
<style>
span { border-color: #FD6B3C; }
span { border-color: rgb(253,107,60); }
td.TdClassName
{
border-color: #FD6B3C;
}
.TagClassName
{
border-color: #FD6B3C;
}
</style>