Shades of Dark Tangerine #FDB21B
Tints of Dark Tangerine #FDB21B
RGB
CMYK
RGB Variations
Color information
#FDB21B (or 0xFDB21B) is known color: Dark Tangerine. HEX triplet: FD, B2 and 1B. RGB value is (253,178,27). Sum of RGB (Red+Green+Blue) = 253+178+27=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 27 (10.94% from 255 or 5.90% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB21B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB21B is #024DE4. Grayscale: #B7B7B7. Windows color (decimal): -151013 or 1815293. OLE color: 1815293.
HSL color Cylindrical-coordinate representation of color #FDB21B: hue angle of 40.09º 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 #FDB21B is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 27 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.01 |
| HSL | 40.09º | 0.98% | 0.55% | - |
| HSV(B) | 40.09º | 0.89% | 0.99% | - |
| XYZ | 56.63 | 52.8 | 8.24 | - |
| YUV | 183.21 | 39.85 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 27 | 0 | 0.30 | 0.89 | 0.01 | 40.09 | 0.98 | 0.55 |
| Hex | FD | B2 | 1B | 0 | 1E | 59 | 1 | 28 | 62 | 37 |
| Octal | 375 | 262 | 33 | 0 | 36 | 131 | 1 | 50 | 142 | 67 |
| Binary | 11111101 | 10110010 | 11011 | 0 | 11110 | 1011001 | 1 | 101000 | 1100010 | 110111 |
Color Harmonies of #FDB21B
Complementary color
Monochromatic Colors of #FDB21B
Black with #FDB21B
Text Example
Text Example
White with #FDB21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB21B; }
p { color: rgb(253,178,27); }
H1.HeaderClassName
{
color: #FDB21B;
}
.AnyTagClassName
{
color: #FDB21B;
}
</style>
background-color css
<style>
a { background-color: #FDB21B; }
a { background-color: rgb(253,178,27); }
div.DivClassName
{
background-color: #FDB21B;
}
.BgClassName
{
background-color: #FDB21B;
}
</style>
border-color css
<style>
span { border-color: #FDB21B; }
span { border-color: rgb(253,178,27); }
td.TdClassName
{
border-color: #FDB21B;
}
.TagClassName
{
border-color: #FDB21B;
}
</style>