Shades of Dark Tangerine #FDB51D
Tints of Dark Tangerine #FDB51D
RGB
CMYK
RGB Variations
Color information
#FDB51D (or 0xFDB51D) is known color: Dark Tangerine. HEX triplet: FD, B5 and 1D. RGB value is (253,181,29). Sum of RGB (Red+Green+Blue) = 253+181+29=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 29 (11.72% from 255 or 6.26% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB51D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB51D is #024AE2. Grayscale: #B9B9B9. Windows color (decimal): -150243 or 1947133. OLE color: 1947133.
HSL color Cylindrical-coordinate representation of color #FDB51D: hue angle of 40.71º 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 #FDB51D is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 29 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.01 |
| HSL | 40.71º | 0.98% | 0.55% | - |
| HSV(B) | 40.71º | 0.89% | 0.99% | - |
| XYZ | 57.25 | 54.02 | 8.57 | - |
| YUV | 185.2 | 39.85 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 29 | 0 | 0.28 | 0.89 | 0.01 | 40.71 | 0.98 | 0.55 |
| Hex | FD | B5 | 1D | 0 | 1C | 59 | 1 | 29 | 62 | 37 |
| Octal | 375 | 265 | 35 | 0 | 34 | 131 | 1 | 51 | 142 | 67 |
| Binary | 11111101 | 10110101 | 11101 | 0 | 11100 | 1011001 | 1 | 101001 | 1100010 | 110111 |
Color Harmonies of #FDB51D
Complementary color
Monochromatic Colors of #FDB51D
Black with #FDB51D
Text Example
Text Example
White with #FDB51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB51D; }
p { color: rgb(253,181,29); }
H1.HeaderClassName
{
color: #FDB51D;
}
.AnyTagClassName
{
color: #FDB51D;
}
</style>
background-color css
<style>
a { background-color: #FDB51D; }
a { background-color: rgb(253,181,29); }
div.DivClassName
{
background-color: #FDB51D;
}
.BgClassName
{
background-color: #FDB51D;
}
</style>
border-color css
<style>
span { border-color: #FDB51D; }
span { border-color: rgb(253,181,29); }
td.TdClassName
{
border-color: #FDB51D;
}
.TagClassName
{
border-color: #FDB51D;
}
</style>