Shades of Dark Orange #FD910C
Tints of Dark Orange #FD910C
RGB
CMYK
RGB Variations
Color information
#FD910C (or 0xFD910C) is known color: Dark Orange. HEX triplet: FD, 91 and 0C. RGB value is (253,145,12). Sum of RGB (Red+Green+Blue) = 253+145+12=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD910C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD910C is #026EF3. Grayscale: #A2A2A2. Windows color (decimal): -159476 or 823805. OLE color: 823805.
HSL color Cylindrical-coordinate representation of color #FD910C: hue angle of 33.11º 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 #FD910C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 145 | 12 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.01 |
| HSL | 33.11º | 0.98% | 0.52% | - |
| HSV(B) | 33.11º | 0.95% | 0.99% | - |
| XYZ | 50.7 | 41.16 | 5.62 | - |
| YUV | 162.13 | 43.28 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 145 | 12 | 0 | 0.43 | 0.95 | 0.01 | 33.11 | 0.98 | 0.52 |
| Hex | FD | 91 | C | 0 | 2B | 5F | 1 | 21 | 62 | 34 |
| Octal | 375 | 221 | 14 | 0 | 53 | 137 | 1 | 41 | 142 | 64 |
| Binary | 11111101 | 10010001 | 1100 | 0 | 101011 | 1011111 | 1 | 100001 | 1100010 | 110100 |
Color Harmonies of #FD910C
Complementary color
Monochromatic Colors of #FD910C
Black with #FD910C
Text Example
Text Example
White with #FD910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD910C; }
p { color: rgb(253,145,12); }
H1.HeaderClassName
{
color: #FD910C;
}
.AnyTagClassName
{
color: #FD910C;
}
</style>
background-color css
<style>
a { background-color: #FD910C; }
a { background-color: rgb(253,145,12); }
div.DivClassName
{
background-color: #FD910C;
}
.BgClassName
{
background-color: #FD910C;
}
</style>
border-color css
<style>
span { border-color: #FD910C; }
span { border-color: rgb(253,145,12); }
td.TdClassName
{
border-color: #FD910C;
}
.TagClassName
{
border-color: #FD910C;
}
</style>