Shades of Dark Orange #FD8F04
Tints of Dark Orange #FD8F04
RGB
CMYK
RGB Variations
Color information
#FD8F04 (or 0xFD8F04) is known color: Dark Orange. HEX triplet: FD, 8F and 04. RGB value is (253,143,4). Sum of RGB (Red+Green+Blue) = 253+143+4=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8F04 is #0270FB. Grayscale: #A0A0A0. Windows color (decimal): -159996 or 299005. OLE color: 299005.
HSL color Cylindrical-coordinate representation of color #FD8F04: hue angle of 33.49º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD8F04 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 143 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.01 |
| HSL | 33.49º | 0.98% | 0.5% | - |
| HSV(B) | 33.49º | 0.98% | 0.99% | - |
| XYZ | 50.35 | 40.54 | 5.29 | - |
| YUV | 160.04 | 39.94 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 143 | 4 | 0 | 0.43 | 0.98 | 0.01 | 33.49 | 0.98 | 0.5 |
| Hex | FD | 8F | 4 | 0 | 2B | 62 | 1 | 21 | 62 | 32 |
| Octal | 375 | 217 | 4 | 0 | 53 | 142 | 1 | 41 | 142 | 62 |
| Binary | 11111101 | 10001111 | 100 | 0 | 101011 | 1100010 | 1 | 100001 | 1100010 | 110010 |
Color Harmonies of #FD8F04
Complementary color
Monochromatic Colors of #FD8F04
Black with #FD8F04
Text Example
Text Example
White with #FD8F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8F04; }
p { color: rgb(253,143,4); }
H1.HeaderClassName
{
color: #FD8F04;
}
.AnyTagClassName
{
color: #FD8F04;
}
</style>
background-color css
<style>
a { background-color: #FD8F04; }
a { background-color: rgb(253,143,4); }
div.DivClassName
{
background-color: #FD8F04;
}
.BgClassName
{
background-color: #FD8F04;
}
</style>
border-color css
<style>
span { border-color: #FD8F04; }
span { border-color: rgb(253,143,4); }
td.TdClassName
{
border-color: #FD8F04;
}
.TagClassName
{
border-color: #FD8F04;
}
</style>