Shades of Dark Tangerine #FDB71B
Tints of Dark Tangerine #FDB71B
RGB
CMYK
RGB Variations
Color information
#FDB71B (or 0xFDB71B) is known color: Dark Tangerine. HEX triplet: FD, B7 and 1B. RGB value is (253,183,27). Sum of RGB (Red+Green+Blue) = 253+183+27=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 27 (10.94% from 255 or 5.83% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB71B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB71B is #0248E4. Grayscale: #BABABA. Windows color (decimal): -149733 or 1816573. OLE color: 1816573.
HSL color Cylindrical-coordinate representation of color #FDB71B: hue angle of 41.42º 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 #FDB71B is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 27 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.01 |
| HSL | 41.42º | 0.98% | 0.55% | - |
| HSV(B) | 41.42º | 0.89% | 0.99% | - |
| XYZ | 57.64 | 54.83 | 8.58 | - |
| YUV | 186.15 | 38.19 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 27 | 0 | 0.28 | 0.89 | 0.01 | 41.42 | 0.98 | 0.55 |
| Hex | FD | B7 | 1B | 0 | 1C | 59 | 1 | 29 | 62 | 37 |
| Octal | 375 | 267 | 33 | 0 | 34 | 131 | 1 | 51 | 142 | 67 |
| Binary | 11111101 | 10110111 | 11011 | 0 | 11100 | 1011001 | 1 | 101001 | 1100010 | 110111 |
Color Harmonies of #FDB71B
Complementary color
Monochromatic Colors of #FDB71B
Black with #FDB71B
Text Example
Text Example
White with #FDB71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB71B; }
p { color: rgb(253,183,27); }
H1.HeaderClassName
{
color: #FDB71B;
}
.AnyTagClassName
{
color: #FDB71B;
}
</style>
background-color css
<style>
a { background-color: #FDB71B; }
a { background-color: rgb(253,183,27); }
div.DivClassName
{
background-color: #FDB71B;
}
.BgClassName
{
background-color: #FDB71B;
}
</style>
border-color css
<style>
span { border-color: #FDB71B; }
span { border-color: rgb(253,183,27); }
td.TdClassName
{
border-color: #FDB71B;
}
.TagClassName
{
border-color: #FDB71B;
}
</style>