Shades of Dark Tangerine #FDB61B
Tints of Dark Tangerine #FDB61B
RGB
CMYK
RGB Variations
Color information
#FDB61B (or 0xFDB61B) is known color: Dark Tangerine. HEX triplet: FD, B6 and 1B. RGB value is (253,182,27). Sum of RGB (Red+Green+Blue) = 253+182+27=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB61B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB61B is #0249E4. Grayscale: #BABABA. Windows color (decimal): -149989 or 1816317. OLE color: 1816317.
HSL color Cylindrical-coordinate representation of color #FDB61B: hue angle of 41.15º 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 #FDB61B is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 27 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.01 |
| HSL | 41.15º | 0.98% | 0.55% | - |
| HSV(B) | 41.15º | 0.89% | 0.99% | - |
| XYZ | 57.43 | 54.42 | 8.51 | - |
| YUV | 185.56 | 38.52 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 27 | 0 | 0.28 | 0.89 | 0.01 | 41.15 | 0.98 | 0.55 |
| Hex | FD | B6 | 1B | 0 | 1C | 59 | 1 | 29 | 62 | 37 |
| Octal | 375 | 266 | 33 | 0 | 34 | 131 | 1 | 51 | 142 | 67 |
| Binary | 11111101 | 10110110 | 11011 | 0 | 11100 | 1011001 | 1 | 101001 | 1100010 | 110111 |
Color Harmonies of #FDB61B
Complementary color
Monochromatic Colors of #FDB61B
Black with #FDB61B
Text Example
Text Example
White with #FDB61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB61B; }
p { color: rgb(253,182,27); }
H1.HeaderClassName
{
color: #FDB61B;
}
.AnyTagClassName
{
color: #FDB61B;
}
</style>
background-color css
<style>
a { background-color: #FDB61B; }
a { background-color: rgb(253,182,27); }
div.DivClassName
{
background-color: #FDB61B;
}
.BgClassName
{
background-color: #FDB61B;
}
</style>
border-color css
<style>
span { border-color: #FDB61B; }
span { border-color: rgb(253,182,27); }
td.TdClassName
{
border-color: #FDB61B;
}
.TagClassName
{
border-color: #FDB61B;
}
</style>