Shades of Dark Tangerine #FDB81A
Tints of Dark Tangerine #FDB81A
RGB
CMYK
RGB Variations
Color information
#FDB81A (or 0xFDB81A) is known color: Dark Tangerine. HEX triplet: FD, B8 and 1A. RGB value is (253,184,26). Sum of RGB (Red+Green+Blue) = 253+184+26=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 26 (10.55% from 255 or 5.62% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB81A is #0247E5. Grayscale: #BBBBBB. Windows color (decimal): -149478 or 1751293. OLE color: 1751293.
HSL color Cylindrical-coordinate representation of color #FDB81A: hue angle of 41.76º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDB81A is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 26 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.01 |
| HSL | 41.76º | 0.98% | 0.55% | - |
| HSV(B) | 41.76º | 0.9% | 0.99% | - |
| XYZ | 57.83 | 55.24 | 8.59 | - |
| YUV | 186.62 | 37.36 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 26 | 0 | 0.27 | 0.90 | 0.01 | 41.76 | 0.98 | 0.55 |
| Hex | FD | B8 | 1A | 0 | 1B | 5A | 1 | 2A | 62 | 37 |
| Octal | 375 | 270 | 32 | 0 | 33 | 132 | 1 | 52 | 142 | 67 |
| Binary | 11111101 | 10111000 | 11010 | 0 | 11011 | 1011010 | 1 | 101010 | 1100010 | 110111 |
Color Harmonies of #FDB81A
Complementary color
Monochromatic Colors of #FDB81A
Black with #FDB81A
Text Example
Text Example
White with #FDB81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB81A; }
p { color: rgb(253,184,26); }
H1.HeaderClassName
{
color: #FDB81A;
}
.AnyTagClassName
{
color: #FDB81A;
}
</style>
background-color css
<style>
a { background-color: #FDB81A; }
a { background-color: rgb(253,184,26); }
div.DivClassName
{
background-color: #FDB81A;
}
.BgClassName
{
background-color: #FDB81A;
}
</style>
border-color css
<style>
span { border-color: #FDB81A; }
span { border-color: rgb(253,184,26); }
td.TdClassName
{
border-color: #FDB81A;
}
.TagClassName
{
border-color: #FDB81A;
}
</style>