Shades of Dark Orange #FC940D
Tints of Dark Orange #FC940D
RGB
CMYK
RGB Variations
Color information
#FC940D (or 0xFC940D) is known color: Dark Orange. HEX triplet: FC, 94 and 0D. RGB value is (252,148,13). Sum of RGB (Red+Green+Blue) = 252+148+13=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC940D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC940D is #036BF2. Grayscale: #A4A4A4. Windows color (decimal): -224243 or 890108. OLE color: 890108.
HSL color Cylindrical-coordinate representation of color #FC940D: hue angle of 33.89º 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 #FC940D is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 13 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.01 |
| HSL | 33.89º | 0.98% | 0.52% | - |
| HSV(B) | 33.89º | 0.95% | 0.99% | - |
| XYZ | 50.81 | 41.9 | 5.79 | - |
| YUV | 163.71 | 42.96 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 13 | 0 | 0.41 | 0.95 | 0.01 | 33.89 | 0.98 | 0.52 |
| Hex | FC | 94 | D | 0 | 29 | 5F | 1 | 22 | 62 | 34 |
| Octal | 374 | 224 | 15 | 0 | 51 | 137 | 1 | 42 | 142 | 64 |
| Binary | 11111100 | 10010100 | 1101 | 0 | 101001 | 1011111 | 1 | 100010 | 1100010 | 110100 |
Color Harmonies of #FC940D
Complementary color
Monochromatic Colors of #FC940D
Black with #FC940D
Text Example
Text Example
White with #FC940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC940D; }
p { color: rgb(252,148,13); }
H1.HeaderClassName
{
color: #FC940D;
}
.AnyTagClassName
{
color: #FC940D;
}
</style>
background-color css
<style>
a { background-color: #FC940D; }
a { background-color: rgb(252,148,13); }
div.DivClassName
{
background-color: #FC940D;
}
.BgClassName
{
background-color: #FC940D;
}
</style>
border-color css
<style>
span { border-color: #FC940D; }
span { border-color: rgb(252,148,13); }
td.TdClassName
{
border-color: #FC940D;
}
.TagClassName
{
border-color: #FC940D;
}
</style>