Shades of Dark Orange #FD810C
Tints of Dark Orange #FD810C
RGB
CMYK
RGB Variations
Color information
#FD810C (or 0xFD810C) is known color: Dark Orange. HEX triplet: FD, 81 and 0C. RGB value is (253,129,12). Sum of RGB (Red+Green+Blue) = 253+129+12=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD810C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD810C is #027EF3. Grayscale: #999999. Windows color (decimal): -163572 or 819709. OLE color: 819709.
HSL color Cylindrical-coordinate representation of color #FD810C: hue angle of 29.13º 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 #FD810C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 12 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.01 |
| HSL | 29.13º | 0.98% | 0.52% | - |
| HSV(B) | 29.13º | 0.95% | 0.99% | - |
| XYZ | 48.42 | 36.61 | 4.86 | - |
| YUV | 152.74 | 48.58 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 12 | 0 | 0.49 | 0.95 | 0.01 | 29.13 | 0.98 | 0.52 |
| Hex | FD | 81 | C | 0 | 31 | 5F | 1 | 1D | 62 | 34 |
| Octal | 375 | 201 | 14 | 0 | 61 | 137 | 1 | 35 | 142 | 64 |
| Binary | 11111101 | 10000001 | 1100 | 0 | 110001 | 1011111 | 1 | 11101 | 1100010 | 110100 |
Color Harmonies of #FD810C
Complementary color
Monochromatic Colors of #FD810C
Black with #FD810C
Text Example
Text Example
White with #FD810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD810C; }
p { color: rgb(253,129,12); }
H1.HeaderClassName
{
color: #FD810C;
}
.AnyTagClassName
{
color: #FD810C;
}
</style>
background-color css
<style>
a { background-color: #FD810C; }
a { background-color: rgb(253,129,12); }
div.DivClassName
{
background-color: #FD810C;
}
.BgClassName
{
background-color: #FD810C;
}
</style>
border-color css
<style>
span { border-color: #FD810C; }
span { border-color: rgb(253,129,12); }
td.TdClassName
{
border-color: #FD810C;
}
.TagClassName
{
border-color: #FD810C;
}
</style>