Shades of Dark Orange #FD9301
Tints of Dark Orange #FD9301
RGB
CMYK
RGB Variations
Color information
#FD9301 (or 0xFD9301) is known color: Dark Orange. HEX triplet: FD, 93 and 01. RGB value is (253,147,1). Sum of RGB (Red+Green+Blue) = 253+147+1=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9301 is #026CFE. Grayscale: #A2A2A2. Windows color (decimal): -158975 or 103421. OLE color: 103421.
HSL color Cylindrical-coordinate representation of color #FD9301: hue angle of 34.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD9301 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 147 | 1 | - |
| CMYK | 0 | 0.42 | 1.00 | 0.01 |
| HSL | 34.76º | 0.99% | 0.5% | - |
| HSV(B) | 34.76º | 1% | 0.99% | - |
| XYZ | 50.95 | 41.75 | 5.4 | - |
| YUV | 162.05 | 37.12 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 147 | 1 | 0 | 0.42 | 1.00 | 0.01 | 34.76 | 0.99 | 0.5 |
| Hex | FD | 93 | 1 | 0 | 2A | 64 | 1 | 23 | 63 | 32 |
| Octal | 375 | 223 | 1 | 0 | 52 | 144 | 1 | 43 | 143 | 62 |
| Binary | 11111101 | 10010011 | 1 | 0 | 101010 | 1100100 | 1 | 100011 | 1100011 | 110010 |
Color Harmonies of #FD9301
Complementary color
Monochromatic Colors of #FD9301
Black with #FD9301
Text Example
Text Example
White with #FD9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9301; }
p { color: rgb(253,147,1); }
H1.HeaderClassName
{
color: #FD9301;
}
.AnyTagClassName
{
color: #FD9301;
}
</style>
background-color css
<style>
a { background-color: #FD9301; }
a { background-color: rgb(253,147,1); }
div.DivClassName
{
background-color: #FD9301;
}
.BgClassName
{
background-color: #FD9301;
}
</style>
border-color css
<style>
span { border-color: #FD9301; }
span { border-color: rgb(253,147,1); }
td.TdClassName
{
border-color: #FD9301;
}
.TagClassName
{
border-color: #FD9301;
}
</style>