Shades of Dark Orange #FD8305
Tints of Dark Orange #FD8305
RGB
CMYK
RGB Variations
Color information
#FD8305 (or 0xFD8305) is known color: Dark Orange. HEX triplet: FD, 83 and 05. RGB value is (253,131,5). Sum of RGB (Red+Green+Blue) = 253+131+5=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8305 is #027CFA. Grayscale: #999999. Windows color (decimal): -163067 or 361469. OLE color: 361469.
HSL color Cylindrical-coordinate representation of color #FD8305: hue angle of 30.48º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD8305 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 5 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.01 |
| HSL | 30.48º | 0.98% | 0.51% | - |
| HSV(B) | 30.48º | 0.98% | 0.99% | - |
| XYZ | 48.65 | 37.13 | 4.75 | - |
| YUV | 153.11 | 44.42 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 5 | 0 | 0.48 | 0.98 | 0.01 | 30.48 | 0.98 | 0.51 |
| Hex | FD | 83 | 5 | 0 | 30 | 62 | 1 | 1E | 62 | 33 |
| Octal | 375 | 203 | 5 | 0 | 60 | 142 | 1 | 36 | 142 | 63 |
| Binary | 11111101 | 10000011 | 101 | 0 | 110000 | 1100010 | 1 | 11110 | 1100010 | 110011 |
Color Harmonies of #FD8305
Complementary color
Monochromatic Colors of #FD8305
Black with #FD8305
Text Example
Text Example
White with #FD8305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8305; }
p { color: rgb(253,131,5); }
H1.HeaderClassName
{
color: #FD8305;
}
.AnyTagClassName
{
color: #FD8305;
}
</style>
background-color css
<style>
a { background-color: #FD8305; }
a { background-color: rgb(253,131,5); }
div.DivClassName
{
background-color: #FD8305;
}
.BgClassName
{
background-color: #FD8305;
}
</style>
border-color css
<style>
span { border-color: #FD8305; }
span { border-color: rgb(253,131,5); }
td.TdClassName
{
border-color: #FD8305;
}
.TagClassName
{
border-color: #FD8305;
}
</style>