Shades of Dark Tangerine #FDB213
Tints of Dark Tangerine #FDB213
RGB
CMYK
RGB Variations
Color information
#FDB213 (or 0xFDB213) is known color: Dark Tangerine. HEX triplet: FD, B2 and 13. RGB value is (253,178,19). Sum of RGB (Red+Green+Blue) = 253+178+19=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB213 is #024DEC. Grayscale: #B7B7B7. Windows color (decimal): -151021 or 1291005. OLE color: 1291005.
HSL color Cylindrical-coordinate representation of color #FDB213: hue angle of 40.77º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDB213 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 19 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.01 |
| HSL | 40.77º | 0.98% | 0.53% | - |
| HSV(B) | 40.77º | 0.92% | 0.99% | - |
| XYZ | 56.55 | 52.77 | 7.82 | - |
| YUV | 182.3 | 35.85 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 19 | 0 | 0.30 | 0.92 | 0.01 | 40.77 | 0.98 | 0.53 |
| Hex | FD | B2 | 13 | 0 | 1E | 5C | 1 | 29 | 62 | 35 |
| Octal | 375 | 262 | 23 | 0 | 36 | 134 | 1 | 51 | 142 | 65 |
| Binary | 11111101 | 10110010 | 10011 | 0 | 11110 | 1011100 | 1 | 101001 | 1100010 | 110101 |
Color Harmonies of #FDB213
Complementary color
Monochromatic Colors of #FDB213
Black with #FDB213
Text Example
Text Example
White with #FDB213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB213; }
p { color: rgb(253,178,19); }
H1.HeaderClassName
{
color: #FDB213;
}
.AnyTagClassName
{
color: #FDB213;
}
</style>
background-color css
<style>
a { background-color: #FDB213; }
a { background-color: rgb(253,178,19); }
div.DivClassName
{
background-color: #FDB213;
}
.BgClassName
{
background-color: #FDB213;
}
</style>
border-color css
<style>
span { border-color: #FDB213; }
span { border-color: rgb(253,178,19); }
td.TdClassName
{
border-color: #FDB213;
}
.TagClassName
{
border-color: #FDB213;
}
</style>