Shades of Dark Tangerine #FDB41D
Tints of Dark Tangerine #FDB41D
RGB
CMYK
RGB Variations
Color information
#FDB41D (or 0xFDB41D) is known color: Dark Tangerine. HEX triplet: FD, B4 and 1D. RGB value is (253,180,29). Sum of RGB (Red+Green+Blue) = 253+180+29=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 29 (11.72% from 255 or 6.28% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB41D is #024BE2. Grayscale: #B9B9B9. Windows color (decimal): -150499 or 1946877. OLE color: 1946877.
HSL color Cylindrical-coordinate representation of color #FDB41D: hue angle of 40.45º 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 #FDB41D is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 29 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.01 |
| HSL | 40.45º | 0.98% | 0.55% | - |
| HSV(B) | 40.45º | 0.89% | 0.99% | - |
| XYZ | 57.05 | 53.61 | 8.5 | - |
| YUV | 184.61 | 40.18 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 29 | 0 | 0.29 | 0.89 | 0.01 | 40.45 | 0.98 | 0.55 |
| Hex | FD | B4 | 1D | 0 | 1D | 59 | 1 | 28 | 62 | 37 |
| Octal | 375 | 264 | 35 | 0 | 35 | 131 | 1 | 50 | 142 | 67 |
| Binary | 11111101 | 10110100 | 11101 | 0 | 11101 | 1011001 | 1 | 101000 | 1100010 | 110111 |
Color Harmonies of #FDB41D
Complementary color
Monochromatic Colors of #FDB41D
Black with #FDB41D
Text Example
Text Example
White with #FDB41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB41D; }
p { color: rgb(253,180,29); }
H1.HeaderClassName
{
color: #FDB41D;
}
.AnyTagClassName
{
color: #FDB41D;
}
</style>
background-color css
<style>
a { background-color: #FDB41D; }
a { background-color: rgb(253,180,29); }
div.DivClassName
{
background-color: #FDB41D;
}
.BgClassName
{
background-color: #FDB41D;
}
</style>
border-color css
<style>
span { border-color: #FDB41D; }
span { border-color: rgb(253,180,29); }
td.TdClassName
{
border-color: #FDB41D;
}
.TagClassName
{
border-color: #FDB41D;
}
</style>