Shades of Dark Orange #FD8303
Tints of Dark Orange #FD8303
RGB
CMYK
RGB Variations
Color information
#FD8303 (or 0xFD8303) is known color: Dark Orange. HEX triplet: FD, 83 and 03. RGB value is (253,131,3). Sum of RGB (Red+Green+Blue) = 253+131+3=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8303 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8303 is #027CFC. Grayscale: #999999. Windows color (decimal): -163069 or 230397. OLE color: 230397.
HSL color Cylindrical-coordinate representation of color #FD8303: hue angle of 30.72º 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 #FD8303 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 3 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.01 |
| HSL | 30.72º | 0.98% | 0.5% | - |
| HSV(B) | 30.72º | 0.99% | 0.99% | - |
| XYZ | 48.64 | 37.12 | 4.69 | - |
| YUV | 152.89 | 43.42 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 3 | 0 | 0.48 | 0.99 | 0.01 | 30.72 | 0.98 | 0.5 |
| Hex | FD | 83 | 3 | 0 | 30 | 63 | 1 | 1F | 62 | 32 |
| Octal | 375 | 203 | 3 | 0 | 60 | 143 | 1 | 37 | 142 | 62 |
| Binary | 11111101 | 10000011 | 11 | 0 | 110000 | 1100011 | 1 | 11111 | 1100010 | 110010 |
Color Harmonies of #FD8303
Complementary color
Monochromatic Colors of #FD8303
Black with #FD8303
Text Example
Text Example
White with #FD8303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8303; }
p { color: rgb(253,131,3); }
H1.HeaderClassName
{
color: #FD8303;
}
.AnyTagClassName
{
color: #FD8303;
}
</style>
background-color css
<style>
a { background-color: #FD8303; }
a { background-color: rgb(253,131,3); }
div.DivClassName
{
background-color: #FD8303;
}
.BgClassName
{
background-color: #FD8303;
}
</style>
border-color css
<style>
span { border-color: #FD8303; }
span { border-color: rgb(253,131,3); }
td.TdClassName
{
border-color: #FD8303;
}
.TagClassName
{
border-color: #FD8303;
}
</style>