Shades of Burnt Orange #FD6629
Tints of Burnt Orange #FD6629
RGB
CMYK
RGB Variations
Color information
#FD6629 (or 0xFD6629) is known color: Burnt Orange. HEX triplet: FD, 66 and 29. RGB value is (253,102,41). Sum of RGB (Red+Green+Blue) = 253+102+41=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6629 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6629 is #0299D6. Grayscale: #8C8C8C. Windows color (decimal): -170455 or 2713341. OLE color: 2713341.
HSL color Cylindrical-coordinate representation of color #FD6629: hue angle of 17.26º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD6629 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 102 | 41 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.01 |
| HSL | 17.26º | 0.98% | 0.58% | - |
| HSV(B) | 17.26º | 0.84% | 0.99% | - |
| XYZ | 45.66 | 30.55 | 5.59 | - |
| YUV | 140.2 | 72.03 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 102 | 41 | 0 | 0.60 | 0.84 | 0.01 | 17.26 | 0.98 | 0.58 |
| Hex | FD | 66 | 29 | 0 | 3C | 54 | 1 | 11 | 62 | 3A |
| Octal | 375 | 146 | 51 | 0 | 74 | 124 | 1 | 21 | 142 | 72 |
| Binary | 11111101 | 1100110 | 101001 | 0 | 111100 | 1010100 | 1 | 10001 | 1100010 | 111010 |
Color Harmonies of #FD6629
Complementary color
Monochromatic Colors of #FD6629
Black with #FD6629
Text Example
Text Example
White with #FD6629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6629; }
p { color: rgb(253,102,41); }
H1.HeaderClassName
{
color: #FD6629;
}
.AnyTagClassName
{
color: #FD6629;
}
</style>
background-color css
<style>
a { background-color: #FD6629; }
a { background-color: rgb(253,102,41); }
div.DivClassName
{
background-color: #FD6629;
}
.BgClassName
{
background-color: #FD6629;
}
</style>
border-color css
<style>
span { border-color: #FD6629; }
span { border-color: rgb(253,102,41); }
td.TdClassName
{
border-color: #FD6629;
}
.TagClassName
{
border-color: #FD6629;
}
</style>