Shades of Dark Orange #FD940C
Tints of Dark Orange #FD940C
RGB
CMYK
RGB Variations
Color information
#FD940C (or 0xFD940C) is known color: Dark Orange. HEX triplet: FD, 94 and 0C. RGB value is (253,148,12). Sum of RGB (Red+Green+Blue) = 253+148+12=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD940C is #026BF3. Grayscale: #A4A4A4. Windows color (decimal): -158708 or 824573. OLE color: 824573.
HSL color Cylindrical-coordinate representation of color #FD940C: hue angle of 33.86º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD940C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 148 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.01 |
| HSL | 33.86º | 0.98% | 0.52% | - |
| HSV(B) | 33.86º | 0.95% | 0.99% | - |
| XYZ | 51.16 | 42.09 | 5.78 | - |
| YUV | 163.89 | 42.29 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 148 | 12 | 0 | 0.42 | 0.95 | 0.01 | 33.86 | 0.98 | 0.52 |
| Hex | FD | 94 | C | 0 | 2A | 5F | 1 | 22 | 62 | 34 |
| Octal | 375 | 224 | 14 | 0 | 52 | 137 | 1 | 42 | 142 | 64 |
| Binary | 11111101 | 10010100 | 1100 | 0 | 101010 | 1011111 | 1 | 100010 | 1100010 | 110100 |
Color Harmonies of #FD940C
Complementary color
Monochromatic Colors of #FD940C
Black with #FD940C
Text Example
Text Example
White with #FD940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD940C; }
p { color: rgb(253,148,12); }
H1.HeaderClassName
{
color: #FD940C;
}
.AnyTagClassName
{
color: #FD940C;
}
</style>
background-color css
<style>
a { background-color: #FD940C; }
a { background-color: rgb(253,148,12); }
div.DivClassName
{
background-color: #FD940C;
}
.BgClassName
{
background-color: #FD940C;
}
</style>
border-color css
<style>
span { border-color: #FD940C; }
span { border-color: rgb(253,148,12); }
td.TdClassName
{
border-color: #FD940C;
}
.TagClassName
{
border-color: #FD940C;
}
</style>