Shades of Dark Orange #FD8200
Tints of Dark Orange #FD8200
RGB
CMYK
RGB Variations
Color information
#FD8200 (or 0xFD8200) is known color: Dark Orange. HEX triplet: FD, 82 and 00. RGB value is (253,130,0). Sum of RGB (Red+Green+Blue) = 253+130+0=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8200 is #027DFF. Grayscale: #989898. Windows color (decimal): -163328 or 33533. OLE color: 33533.
HSL color Cylindrical-coordinate representation of color #FD8200: hue angle of 30.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD8200 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.01 |
| HSL | 30.83º | 1% | 0.5% | - |
| HSV(B) | 30.83º | 1% | 0.99% | - |
| XYZ | 48.49 | 36.85 | 4.56 | - |
| YUV | 151.96 | 42.25 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 0 | 0 | 0.49 | 1 | 0.01 | 30.83 | 1 | 0.5 |
| Hex | FD | 82 | 0 | 0 | 31 | 64 | 1 | 1F | 64 | 32 |
| Octal | 375 | 202 | 0 | 0 | 61 | 144 | 1 | 37 | 144 | 62 |
| Binary | 11111101 | 10000010 | 0 | 0 | 110001 | 1100100 | 1 | 11111 | 1100100 | 110010 |
Color Harmonies of #FD8200
Complementary color
Monochromatic Colors of #FD8200
Black with #FD8200
Text Example
Text Example
White with #FD8200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8200; }
p { color: rgb(253,130,0); }
H1.HeaderClassName
{
color: #FD8200;
}
.AnyTagClassName
{
color: #FD8200;
}
</style>
background-color css
<style>
a { background-color: #FD8200; }
a { background-color: rgb(253,130,0); }
div.DivClassName
{
background-color: #FD8200;
}
.BgClassName
{
background-color: #FD8200;
}
</style>
border-color css
<style>
span { border-color: #FD8200; }
span { border-color: rgb(253,130,0); }
td.TdClassName
{
border-color: #FD8200;
}
.TagClassName
{
border-color: #FD8200;
}
</style>