Shades of Dark Tangerine #FDB61D
Tints of Dark Tangerine #FDB61D
RGB
CMYK
RGB Variations
Color information
#FDB61D (or 0xFDB61D) is known color: Dark Tangerine. HEX triplet: FD, B6 and 1D. RGB value is (253,182,29). Sum of RGB (Red+Green+Blue) = 253+182+29=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 29 (11.72% from 255 or 6.25% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB61D is #0249E2. Grayscale: #BABABA. Windows color (decimal): -149987 or 1947389. OLE color: 1947389.
HSL color Cylindrical-coordinate representation of color #FDB61D: hue angle of 40.98º 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 #FDB61D is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 29 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.01 |
| HSL | 40.98º | 0.98% | 0.55% | - |
| HSV(B) | 40.98º | 0.89% | 0.99% | - |
| XYZ | 57.46 | 54.43 | 8.64 | - |
| YUV | 185.79 | 39.52 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 29 | 0 | 0.28 | 0.89 | 0.01 | 40.98 | 0.98 | 0.55 |
| Hex | FD | B6 | 1D | 0 | 1C | 59 | 1 | 29 | 62 | 37 |
| Octal | 375 | 266 | 35 | 0 | 34 | 131 | 1 | 51 | 142 | 67 |
| Binary | 11111101 | 10110110 | 11101 | 0 | 11100 | 1011001 | 1 | 101001 | 1100010 | 110111 |
Color Harmonies of #FDB61D
Complementary color
Monochromatic Colors of #FDB61D
Black with #FDB61D
Text Example
Text Example
White with #FDB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB61D; }
p { color: rgb(253,182,29); }
H1.HeaderClassName
{
color: #FDB61D;
}
.AnyTagClassName
{
color: #FDB61D;
}
</style>
background-color css
<style>
a { background-color: #FDB61D; }
a { background-color: rgb(253,182,29); }
div.DivClassName
{
background-color: #FDB61D;
}
.BgClassName
{
background-color: #FDB61D;
}
</style>
border-color css
<style>
span { border-color: #FDB61D; }
span { border-color: rgb(253,182,29); }
td.TdClassName
{
border-color: #FDB61D;
}
.TagClassName
{
border-color: #FDB61D;
}
</style>