Shades of Dark Orange #FD8103
Tints of Dark Orange #FD8103
RGB
CMYK
RGB Variations
Color information
#FD8103 (or 0xFD8103) is known color: Dark Orange. HEX triplet: FD, 81 and 03. RGB value is (253,129,3). Sum of RGB (Red+Green+Blue) = 253+129+3=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8103 is #027EFC. Grayscale: #989898. Windows color (decimal): -163581 or 229885. OLE color: 229885.
HSL color Cylindrical-coordinate representation of color #FD8103: hue angle of 30.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD8103 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 3 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.01 |
| HSL | 30.24º | 0.98% | 0.5% | - |
| HSV(B) | 30.24º | 0.99% | 0.99% | - |
| XYZ | 48.37 | 36.59 | 4.6 | - |
| YUV | 151.71 | 44.08 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 3 | 0 | 0.49 | 0.99 | 0.01 | 30.24 | 0.98 | 0.5 |
| Hex | FD | 81 | 3 | 0 | 31 | 63 | 1 | 1E | 62 | 32 |
| Octal | 375 | 201 | 3 | 0 | 61 | 143 | 1 | 36 | 142 | 62 |
| Binary | 11111101 | 10000001 | 11 | 0 | 110001 | 1100011 | 1 | 11110 | 1100010 | 110010 |
Color Harmonies of #FD8103
Complementary color
Monochromatic Colors of #FD8103
Black with #FD8103
Text Example
Text Example
White with #FD8103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8103; }
p { color: rgb(253,129,3); }
H1.HeaderClassName
{
color: #FD8103;
}
.AnyTagClassName
{
color: #FD8103;
}
</style>
background-color css
<style>
a { background-color: #FD8103; }
a { background-color: rgb(253,129,3); }
div.DivClassName
{
background-color: #FD8103;
}
.BgClassName
{
background-color: #FD8103;
}
</style>
border-color css
<style>
span { border-color: #FD8103; }
span { border-color: rgb(253,129,3); }
td.TdClassName
{
border-color: #FD8103;
}
.TagClassName
{
border-color: #FD8103;
}
</style>