Shades of Burnt Orange #FD6728
Tints of Burnt Orange #FD6728
RGB
CMYK
RGB Variations
Color information
#FD6728 (or 0xFD6728) is known color: Burnt Orange. HEX triplet: FD, 67 and 28. RGB value is (253,103,40). Sum of RGB (Red+Green+Blue) = 253+103+40=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6728 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6728 is #0298D7. Grayscale: #8D8D8D. Windows color (decimal): -170200 or 2648061. OLE color: 2648061.
HSL color Cylindrical-coordinate representation of color #FD6728: hue angle of 17.75º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD6728 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 103 | 40 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.01 |
| HSL | 17.75º | 0.98% | 0.57% | - |
| HSV(B) | 17.75º | 0.84% | 0.99% | - |
| XYZ | 45.74 | 30.74 | 5.53 | - |
| YUV | 140.67 | 71.2 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 103 | 40 | 0 | 0.59 | 0.84 | 0.01 | 17.75 | 0.98 | 0.57 |
| Hex | FD | 67 | 28 | 0 | 3B | 54 | 1 | 12 | 62 | 39 |
| Octal | 375 | 147 | 50 | 0 | 73 | 124 | 1 | 22 | 142 | 71 |
| Binary | 11111101 | 1100111 | 101000 | 0 | 111011 | 1010100 | 1 | 10010 | 1100010 | 111001 |
Color Harmonies of #FD6728
Complementary color
Monochromatic Colors of #FD6728
Black with #FD6728
Text Example
Text Example
White with #FD6728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6728; }
p { color: rgb(253,103,40); }
H1.HeaderClassName
{
color: #FD6728;
}
.AnyTagClassName
{
color: #FD6728;
}
</style>
background-color css
<style>
a { background-color: #FD6728; }
a { background-color: rgb(253,103,40); }
div.DivClassName
{
background-color: #FD6728;
}
.BgClassName
{
background-color: #FD6728;
}
</style>
border-color css
<style>
span { border-color: #FD6728; }
span { border-color: rgb(253,103,40); }
td.TdClassName
{
border-color: #FD6728;
}
.TagClassName
{
border-color: #FD6728;
}
</style>