Shades of Dark Orange #FD8101
Tints of Dark Orange #FD8101
RGB
CMYK
RGB Variations
Color information
#FD8101 (or 0xFD8101) is known color: Dark Orange. HEX triplet: FD, 81 and 01. RGB value is (253,129,1). Sum of RGB (Red+Green+Blue) = 253+129+1=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8101 is #027EFE. Grayscale: #989898. Windows color (decimal): -163583 or 98813. OLE color: 98813.
HSL color Cylindrical-coordinate representation of color #FD8101: hue angle of 30.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD8101 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.01 |
| HSL | 30.48º | 0.99% | 0.5% | - |
| HSV(B) | 30.48º | 1% | 0.99% | - |
| XYZ | 48.36 | 36.59 | 4.54 | - |
| YUV | 151.48 | 43.08 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 1 | 0 | 0.49 | 1.00 | 0.01 | 30.48 | 0.99 | 0.5 |
| Hex | FD | 81 | 1 | 0 | 31 | 64 | 1 | 1E | 63 | 32 |
| Octal | 375 | 201 | 1 | 0 | 61 | 144 | 1 | 36 | 143 | 62 |
| Binary | 11111101 | 10000001 | 1 | 0 | 110001 | 1100100 | 1 | 11110 | 1100011 | 110010 |
Color Harmonies of #FD8101
Complementary color
Monochromatic Colors of #FD8101
Black with #FD8101
Text Example
Text Example
White with #FD8101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8101; }
p { color: rgb(253,129,1); }
H1.HeaderClassName
{
color: #FD8101;
}
.AnyTagClassName
{
color: #FD8101;
}
</style>
background-color css
<style>
a { background-color: #FD8101; }
a { background-color: rgb(253,129,1); }
div.DivClassName
{
background-color: #FD8101;
}
.BgClassName
{
background-color: #FD8101;
}
</style>
border-color css
<style>
span { border-color: #FD8101; }
span { border-color: rgb(253,129,1); }
td.TdClassName
{
border-color: #FD8101;
}
.TagClassName
{
border-color: #FD8101;
}
</style>