Shades of Dark Tangerine #FDB10D
Tints of Dark Tangerine #FDB10D
RGB
CMYK
RGB Variations
Color information
#FDB10D (or 0xFDB10D) is known color: Dark Tangerine. HEX triplet: FD, B1 and 0D. RGB value is (253,177,13). Sum of RGB (Red+Green+Blue) = 253+177+13=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB10D is #024EF2. Grayscale: #B5B5B5. Windows color (decimal): -151283 or 897533. OLE color: 897533.
HSL color Cylindrical-coordinate representation of color #FDB10D: hue angle of 41º 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 #FDB10D is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 13 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.01 |
| HSL | 41º | 0.98% | 0.52% | - |
| HSV(B) | 41º | 0.95% | 0.99% | - |
| XYZ | 56.3 | 52.36 | 7.52 | - |
| YUV | 181.03 | 33.18 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 13 | 0 | 0.30 | 0.95 | 0.01 | 41 | 0.98 | 0.52 |
| Hex | FD | B1 | D | 0 | 1E | 5F | 1 | 29 | 62 | 34 |
| Octal | 375 | 261 | 15 | 0 | 36 | 137 | 1 | 51 | 142 | 64 |
| Binary | 11111101 | 10110001 | 1101 | 0 | 11110 | 1011111 | 1 | 101001 | 1100010 | 110100 |
Color Harmonies of #FDB10D
Complementary color
Monochromatic Colors of #FDB10D
Black with #FDB10D
Text Example
Text Example
White with #FDB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB10D; }
p { color: rgb(253,177,13); }
H1.HeaderClassName
{
color: #FDB10D;
}
.AnyTagClassName
{
color: #FDB10D;
}
</style>
background-color css
<style>
a { background-color: #FDB10D; }
a { background-color: rgb(253,177,13); }
div.DivClassName
{
background-color: #FDB10D;
}
.BgClassName
{
background-color: #FDB10D;
}
</style>
border-color css
<style>
span { border-color: #FDB10D; }
span { border-color: rgb(253,177,13); }
td.TdClassName
{
border-color: #FDB10D;
}
.TagClassName
{
border-color: #FDB10D;
}
</style>