Shades of Dark Orange #FD9400
Tints of Dark Orange #FD9400
RGB
CMYK
RGB Variations
Color information
#FD9400 (or 0xFD9400) is known color: Dark Orange. HEX triplet: FD, 94 and 00. RGB value is (253,148,0). Sum of RGB (Red+Green+Blue) = 253+148+0=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9400 is #026BFF. Grayscale: #A3A3A3. Windows color (decimal): -158720 or 38141. OLE color: 38141.
HSL color Cylindrical-coordinate representation of color #FD9400: hue angle of 35.1º 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 #FD9400 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 148 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.01 |
| HSL | 35.1º | 1% | 0.5% | - |
| HSV(B) | 35.1º | 1% | 0.99% | - |
| XYZ | 51.1 | 42.06 | 5.43 | - |
| YUV | 162.52 | 36.29 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 148 | 0 | 0 | 0.42 | 1 | 0.01 | 35.1 | 1 | 0.5 |
| Hex | FD | 94 | 0 | 0 | 2A | 64 | 1 | 23 | 64 | 32 |
| Octal | 375 | 224 | 0 | 0 | 52 | 144 | 1 | 43 | 144 | 62 |
| Binary | 11111101 | 10010100 | 0 | 0 | 101010 | 1100100 | 1 | 100011 | 1100100 | 110010 |
Color Harmonies of #FD9400
Complementary color
Monochromatic Colors of #FD9400
Black with #FD9400
Text Example
Text Example
White with #FD9400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9400; }
p { color: rgb(253,148,0); }
H1.HeaderClassName
{
color: #FD9400;
}
.AnyTagClassName
{
color: #FD9400;
}
</style>
background-color css
<style>
a { background-color: #FD9400; }
a { background-color: rgb(253,148,0); }
div.DivClassName
{
background-color: #FD9400;
}
.BgClassName
{
background-color: #FD9400;
}
</style>
border-color css
<style>
span { border-color: #FD9400; }
span { border-color: rgb(253,148,0); }
td.TdClassName
{
border-color: #FD9400;
}
.TagClassName
{
border-color: #FD9400;
}
</style>