Shades of Dark Tangerine #FDB71D
Tints of Dark Tangerine #FDB71D
RGB
CMYK
RGB Variations
Color information
#FDB71D (or 0xFDB71D) is known color: Dark Tangerine. HEX triplet: FD, B7 and 1D. RGB value is (253,183,29). Sum of RGB (Red+Green+Blue) = 253+183+29=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB71D is #0248E2. Grayscale: #BBBBBB. Windows color (decimal): -149731 or 1947645. OLE color: 1947645.
HSL color Cylindrical-coordinate representation of color #FDB71D: hue angle of 41.25º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDB71D is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 29 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.01 |
| HSL | 41.25º | 0.98% | 0.55% | - |
| HSV(B) | 41.25º | 0.89% | 0.99% | - |
| XYZ | 57.66 | 54.84 | 8.71 | - |
| YUV | 186.37 | 39.19 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 29 | 0 | 0.28 | 0.89 | 0.01 | 41.25 | 0.98 | 0.55 |
| Hex | FD | B7 | 1D | 0 | 1C | 59 | 1 | 29 | 62 | 37 |
| Octal | 375 | 267 | 35 | 0 | 34 | 131 | 1 | 51 | 142 | 67 |
| Binary | 11111101 | 10110111 | 11101 | 0 | 11100 | 1011001 | 1 | 101001 | 1100010 | 110111 |
Color Harmonies of #FDB71D
Complementary color
Monochromatic Colors of #FDB71D
Black with #FDB71D
Text Example
Text Example
White with #FDB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB71D; }
p { color: rgb(253,183,29); }
H1.HeaderClassName
{
color: #FDB71D;
}
.AnyTagClassName
{
color: #FDB71D;
}
</style>
background-color css
<style>
a { background-color: #FDB71D; }
a { background-color: rgb(253,183,29); }
div.DivClassName
{
background-color: #FDB71D;
}
.BgClassName
{
background-color: #FDB71D;
}
</style>
border-color css
<style>
span { border-color: #FDB71D; }
span { border-color: rgb(253,183,29); }
td.TdClassName
{
border-color: #FDB71D;
}
.TagClassName
{
border-color: #FDB71D;
}
</style>