Shades of Dark Tangerine #FDB521
Tints of Dark Tangerine #FDB521
RGB
CMYK
RGB Variations
Color information
#FDB521 (or 0xFDB521) is known color: Dark Tangerine. HEX triplet: FD, B5 and 21. RGB value is (253,181,33). Sum of RGB (Red+Green+Blue) = 253+181+33=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB521 is #024ADE. Grayscale: #BABABA. Windows color (decimal): -150239 or 2209277. OLE color: 2209277.
HSL color Cylindrical-coordinate representation of color #FDB521: hue angle of 40.36º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDB521 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 33 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.01 |
| HSL | 40.36º | 0.98% | 0.56% | - |
| HSV(B) | 40.36º | 0.87% | 0.99% | - |
| XYZ | 57.31 | 54.04 | 8.85 | - |
| YUV | 185.66 | 41.85 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 33 | 0 | 0.28 | 0.87 | 0.01 | 40.36 | 0.98 | 0.56 |
| Hex | FD | B5 | 21 | 0 | 1C | 57 | 1 | 28 | 62 | 38 |
| Octal | 375 | 265 | 41 | 0 | 34 | 127 | 1 | 50 | 142 | 70 |
| Binary | 11111101 | 10110101 | 100001 | 0 | 11100 | 1010111 | 1 | 101000 | 1100010 | 111000 |
Color Harmonies of #FDB521
Complementary color
Monochromatic Colors of #FDB521
Black with #FDB521
Text Example
Text Example
White with #FDB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB521; }
p { color: rgb(253,181,33); }
H1.HeaderClassName
{
color: #FDB521;
}
.AnyTagClassName
{
color: #FDB521;
}
</style>
background-color css
<style>
a { background-color: #FDB521; }
a { background-color: rgb(253,181,33); }
div.DivClassName
{
background-color: #FDB521;
}
.BgClassName
{
background-color: #FDB521;
}
</style>
border-color css
<style>
span { border-color: #FDB521; }
span { border-color: rgb(253,181,33); }
td.TdClassName
{
border-color: #FDB521;
}
.TagClassName
{
border-color: #FDB521;
}
</style>