Shades of Dark Tangerine #FDB321
Tints of Dark Tangerine #FDB321
RGB
CMYK
RGB Variations
Color information
#FDB321 (or 0xFDB321) is known color: Dark Tangerine. HEX triplet: FD, B3 and 21. RGB value is (253,179,33). Sum of RGB (Red+Green+Blue) = 253+179+33=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB321 is #024CDE. Grayscale: #B9B9B9. Windows color (decimal): -150751 or 2208765. OLE color: 2208765.
HSL color Cylindrical-coordinate representation of color #FDB321: hue angle of 39.82º 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 #FDB321 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 33 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.01 |
| HSL | 39.82º | 0.98% | 0.56% | - |
| HSV(B) | 39.82º | 0.87% | 0.99% | - |
| XYZ | 56.9 | 53.23 | 8.71 | - |
| YUV | 184.48 | 42.52 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 33 | 0 | 0.29 | 0.87 | 0.01 | 39.82 | 0.98 | 0.56 |
| Hex | FD | B3 | 21 | 0 | 1D | 57 | 1 | 28 | 62 | 38 |
| Octal | 375 | 263 | 41 | 0 | 35 | 127 | 1 | 50 | 142 | 70 |
| Binary | 11111101 | 10110011 | 100001 | 0 | 11101 | 1010111 | 1 | 101000 | 1100010 | 111000 |
Color Harmonies of #FDB321
Complementary color
Monochromatic Colors of #FDB321
Black with #FDB321
Text Example
Text Example
White with #FDB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB321; }
p { color: rgb(253,179,33); }
H1.HeaderClassName
{
color: #FDB321;
}
.AnyTagClassName
{
color: #FDB321;
}
</style>
background-color css
<style>
a { background-color: #FDB321; }
a { background-color: rgb(253,179,33); }
div.DivClassName
{
background-color: #FDB321;
}
.BgClassName
{
background-color: #FDB321;
}
</style>
border-color css
<style>
span { border-color: #FDB321; }
span { border-color: rgb(253,179,33); }
td.TdClassName
{
border-color: #FDB321;
}
.TagClassName
{
border-color: #FDB321;
}
</style>