Shades of Dark Tangerine #FDB416
Tints of Dark Tangerine #FDB416
RGB
CMYK
RGB Variations
Color information
#FDB416 (or 0xFDB416) is known color: Dark Tangerine. HEX triplet: FD, B4 and 16. RGB value is (253,180,22). Sum of RGB (Red+Green+Blue) = 253+180+22=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB416 is #024BE9. Grayscale: #B8B8B8. Windows color (decimal): -150506 or 1488125. OLE color: 1488125.
HSL color Cylindrical-coordinate representation of color #FDB416: hue angle of 41.04º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDB416 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 22 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.01 |
| HSL | 41.04º | 0.98% | 0.54% | - |
| HSV(B) | 41.04º | 0.91% | 0.99% | - |
| XYZ | 56.97 | 53.58 | 8.1 | - |
| YUV | 183.82 | 36.68 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 22 | 0 | 0.29 | 0.91 | 0.01 | 41.04 | 0.98 | 0.54 |
| Hex | FD | B4 | 16 | 0 | 1D | 5B | 1 | 29 | 62 | 36 |
| Octal | 375 | 264 | 26 | 0 | 35 | 133 | 1 | 51 | 142 | 66 |
| Binary | 11111101 | 10110100 | 10110 | 0 | 11101 | 1011011 | 1 | 101001 | 1100010 | 110110 |
Color Harmonies of #FDB416
Complementary color
Monochromatic Colors of #FDB416
Black with #FDB416
Text Example
Text Example
White with #FDB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB416; }
p { color: rgb(253,180,22); }
H1.HeaderClassName
{
color: #FDB416;
}
.AnyTagClassName
{
color: #FDB416;
}
</style>
background-color css
<style>
a { background-color: #FDB416; }
a { background-color: rgb(253,180,22); }
div.DivClassName
{
background-color: #FDB416;
}
.BgClassName
{
background-color: #FDB416;
}
</style>
border-color css
<style>
span { border-color: #FDB416; }
span { border-color: rgb(253,180,22); }
td.TdClassName
{
border-color: #FDB416;
}
.TagClassName
{
border-color: #FDB416;
}
</style>