Shades of Dark Tangerine #FDB512
Tints of Dark Tangerine #FDB512
RGB
CMYK
RGB Variations
Color information
#FDB512 (or 0xFDB512) is known color: Dark Tangerine. HEX triplet: FD, B5 and 12. RGB value is (253,181,18). Sum of RGB (Red+Green+Blue) = 253+181+18=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB512 is #024AED. Grayscale: #B8B8B8. Windows color (decimal): -150254 or 1226237. OLE color: 1226237.
HSL color Cylindrical-coordinate representation of color #FDB512: hue angle of 41.62º 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 #FDB512 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 18 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.01 |
| HSL | 41.62º | 0.98% | 0.53% | - |
| HSV(B) | 41.62º | 0.93% | 0.99% | - |
| XYZ | 57.14 | 53.97 | 7.98 | - |
| YUV | 183.95 | 34.35 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 18 | 0 | 0.28 | 0.93 | 0.01 | 41.62 | 0.98 | 0.53 |
| Hex | FD | B5 | 12 | 0 | 1C | 5D | 1 | 2A | 62 | 35 |
| Octal | 375 | 265 | 22 | 0 | 34 | 135 | 1 | 52 | 142 | 65 |
| Binary | 11111101 | 10110101 | 10010 | 0 | 11100 | 1011101 | 1 | 101010 | 1100010 | 110101 |
Color Harmonies of #FDB512
Complementary color
Monochromatic Colors of #FDB512
Black with #FDB512
Text Example
Text Example
White with #FDB512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB512; }
p { color: rgb(253,181,18); }
H1.HeaderClassName
{
color: #FDB512;
}
.AnyTagClassName
{
color: #FDB512;
}
</style>
background-color css
<style>
a { background-color: #FDB512; }
a { background-color: rgb(253,181,18); }
div.DivClassName
{
background-color: #FDB512;
}
.BgClassName
{
background-color: #FDB512;
}
</style>
border-color css
<style>
span { border-color: #FDB512; }
span { border-color: rgb(253,181,18); }
td.TdClassName
{
border-color: #FDB512;
}
.TagClassName
{
border-color: #FDB512;
}
</style>