Shades of Dark Orange #FD8C01
Tints of Dark Orange #FD8C01
RGB
CMYK
RGB Variations
Color information
#FD8C01 (or 0xFD8C01) is known color: Dark Orange. HEX triplet: FD, 8C and 01. RGB value is (253,140,1). Sum of RGB (Red+Green+Blue) = 253+140+1=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8C01 is #0273FE. Grayscale: #9E9E9E. Windows color (decimal): -160767 or 101629. OLE color: 101629.
HSL color Cylindrical-coordinate representation of color #FD8C01: hue angle of 33.1º 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 #FD8C01 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 1 | - |
| CMYK | 0 | 0.45 | 1.00 | 0.01 |
| HSL | 33.1º | 0.99% | 0.5% | - |
| HSV(B) | 33.1º | 1% | 0.99% | - |
| XYZ | 49.89 | 39.64 | 5.05 | - |
| YUV | 157.94 | 39.44 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 1 | 0 | 0.45 | 1.00 | 0.01 | 33.1 | 0.99 | 0.5 |
| Hex | FD | 8C | 1 | 0 | 2D | 64 | 1 | 21 | 63 | 32 |
| Octal | 375 | 214 | 1 | 0 | 55 | 144 | 1 | 41 | 143 | 62 |
| Binary | 11111101 | 10001100 | 1 | 0 | 101101 | 1100100 | 1 | 100001 | 1100011 | 110010 |
Color Harmonies of #FD8C01
Complementary color
Monochromatic Colors of #FD8C01
Black with #FD8C01
Text Example
Text Example
White with #FD8C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C01; }
p { color: rgb(253,140,1); }
H1.HeaderClassName
{
color: #FD8C01;
}
.AnyTagClassName
{
color: #FD8C01;
}
</style>
background-color css
<style>
a { background-color: #FD8C01; }
a { background-color: rgb(253,140,1); }
div.DivClassName
{
background-color: #FD8C01;
}
.BgClassName
{
background-color: #FD8C01;
}
</style>
border-color css
<style>
span { border-color: #FD8C01; }
span { border-color: rgb(253,140,1); }
td.TdClassName
{
border-color: #FD8C01;
}
.TagClassName
{
border-color: #FD8C01;
}
</style>