Shades of Dark Tangerine #FDB81B
Tints of Dark Tangerine #FDB81B
RGB
CMYK
RGB Variations
Color information
#FDB81B (or 0xFDB81B) is known color: Dark Tangerine. HEX triplet: FD, B8 and 1B. RGB value is (253,184,27). Sum of RGB (Red+Green+Blue) = 253+184+27=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 27 (10.94% from 255 or 5.82% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB81B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB81B is #0247E4. Grayscale: #BBBBBB. Windows color (decimal): -149477 or 1816829. OLE color: 1816829.
HSL color Cylindrical-coordinate representation of color #FDB81B: hue angle of 41.68º 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 #FDB81B is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 27 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.01 |
| HSL | 41.68º | 0.98% | 0.55% | - |
| HSV(B) | 41.68º | 0.89% | 0.99% | - |
| XYZ | 57.85 | 55.24 | 8.65 | - |
| YUV | 186.73 | 37.86 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 27 | 0 | 0.27 | 0.89 | 0.01 | 41.68 | 0.98 | 0.55 |
| Hex | FD | B8 | 1B | 0 | 1B | 59 | 1 | 2A | 62 | 37 |
| Octal | 375 | 270 | 33 | 0 | 33 | 131 | 1 | 52 | 142 | 67 |
| Binary | 11111101 | 10111000 | 11011 | 0 | 11011 | 1011001 | 1 | 101010 | 1100010 | 110111 |
Color Harmonies of #FDB81B
Complementary color
Monochromatic Colors of #FDB81B
Black with #FDB81B
Text Example
Text Example
White with #FDB81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB81B; }
p { color: rgb(253,184,27); }
H1.HeaderClassName
{
color: #FDB81B;
}
.AnyTagClassName
{
color: #FDB81B;
}
</style>
background-color css
<style>
a { background-color: #FDB81B; }
a { background-color: rgb(253,184,27); }
div.DivClassName
{
background-color: #FDB81B;
}
.BgClassName
{
background-color: #FDB81B;
}
</style>
border-color css
<style>
span { border-color: #FDB81B; }
span { border-color: rgb(253,184,27); }
td.TdClassName
{
border-color: #FDB81B;
}
.TagClassName
{
border-color: #FDB81B;
}
</style>