Shades of Dark Orange #FD8203
Tints of Dark Orange #FD8203
RGB
CMYK
RGB Variations
Color information
#FD8203 (or 0xFD8203) is known color: Dark Orange. HEX triplet: FD, 82 and 03. RGB value is (253,130,3). Sum of RGB (Red+Green+Blue) = 253+130+3=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8203 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8203 is #027DFC. Grayscale: #989898. Windows color (decimal): -163325 or 230141. OLE color: 230141.
HSL color Cylindrical-coordinate representation of color #FD8203: hue angle of 30.48º 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 #FD8203 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 3 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.01 |
| HSL | 30.48º | 0.98% | 0.5% | - |
| HSV(B) | 30.48º | 0.99% | 0.99% | - |
| XYZ | 48.51 | 36.85 | 4.64 | - |
| YUV | 152.3 | 43.75 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 3 | 0 | 0.49 | 0.99 | 0.01 | 30.48 | 0.98 | 0.5 |
| Hex | FD | 82 | 3 | 0 | 31 | 63 | 1 | 1E | 62 | 32 |
| Octal | 375 | 202 | 3 | 0 | 61 | 143 | 1 | 36 | 142 | 62 |
| Binary | 11111101 | 10000010 | 11 | 0 | 110001 | 1100011 | 1 | 11110 | 1100010 | 110010 |
Color Harmonies of #FD8203
Complementary color
Monochromatic Colors of #FD8203
Black with #FD8203
Text Example
Text Example
White with #FD8203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8203; }
p { color: rgb(253,130,3); }
H1.HeaderClassName
{
color: #FD8203;
}
.AnyTagClassName
{
color: #FD8203;
}
</style>
background-color css
<style>
a { background-color: #FD8203; }
a { background-color: rgb(253,130,3); }
div.DivClassName
{
background-color: #FD8203;
}
.BgClassName
{
background-color: #FD8203;
}
</style>
border-color css
<style>
span { border-color: #FD8203; }
span { border-color: rgb(253,130,3); }
td.TdClassName
{
border-color: #FD8203;
}
.TagClassName
{
border-color: #FD8203;
}
</style>