Shades of Dark Tangerine #FDB112
Tints of Dark Tangerine #FDB112
RGB
CMYK
RGB Variations
Color information
#FDB112 (or 0xFDB112) is known color: Dark Tangerine. HEX triplet: FD, B1 and 12. RGB value is (253,177,18). Sum of RGB (Red+Green+Blue) = 253+177+18=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB112 is #024EED. Grayscale: #B6B6B6. Windows color (decimal): -151278 or 1225213. OLE color: 1225213.
HSL color Cylindrical-coordinate representation of color #FDB112: hue angle of 40.6º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDB112 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 18 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.01 |
| HSL | 40.6º | 0.98% | 0.53% | - |
| HSV(B) | 40.6º | 0.93% | 0.99% | - |
| XYZ | 56.34 | 52.37 | 7.71 | - |
| YUV | 181.6 | 35.68 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 18 | 0 | 0.30 | 0.93 | 0.01 | 40.6 | 0.98 | 0.53 |
| Hex | FD | B1 | 12 | 0 | 1E | 5D | 1 | 29 | 62 | 35 |
| Octal | 375 | 261 | 22 | 0 | 36 | 135 | 1 | 51 | 142 | 65 |
| Binary | 11111101 | 10110001 | 10010 | 0 | 11110 | 1011101 | 1 | 101001 | 1100010 | 110101 |
Color Harmonies of #FDB112
Complementary color
Monochromatic Colors of #FDB112
Black with #FDB112
Text Example
Text Example
White with #FDB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB112; }
p { color: rgb(253,177,18); }
H1.HeaderClassName
{
color: #FDB112;
}
.AnyTagClassName
{
color: #FDB112;
}
</style>
background-color css
<style>
a { background-color: #FDB112; }
a { background-color: rgb(253,177,18); }
div.DivClassName
{
background-color: #FDB112;
}
.BgClassName
{
background-color: #FDB112;
}
</style>
border-color css
<style>
span { border-color: #FDB112; }
span { border-color: rgb(253,177,18); }
td.TdClassName
{
border-color: #FDB112;
}
.TagClassName
{
border-color: #FDB112;
}
</style>