Shades of Dark Tangerine #FDB414
Tints of Dark Tangerine #FDB414
RGB
CMYK
RGB Variations
Color information
#FDB414 (or 0xFDB414) is known color: Dark Tangerine. HEX triplet: FD, B4 and 14. RGB value is (253,180,20). Sum of RGB (Red+Green+Blue) = 253+180+20=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB414 is #024BEB. Grayscale: #B8B8B8. Windows color (decimal): -150508 or 1357053. OLE color: 1357053.
HSL color Cylindrical-coordinate representation of color #FDB414: hue angle of 41.2º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDB414 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 20 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.01 |
| HSL | 41.2º | 0.98% | 0.54% | - |
| HSV(B) | 41.2º | 0.92% | 0.99% | - |
| XYZ | 56.96 | 53.58 | 8 | - |
| YUV | 183.59 | 35.68 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 20 | 0 | 0.29 | 0.92 | 0.01 | 41.2 | 0.98 | 0.54 |
| Hex | FD | B4 | 14 | 0 | 1D | 5C | 1 | 29 | 62 | 36 |
| Octal | 375 | 264 | 24 | 0 | 35 | 134 | 1 | 51 | 142 | 66 |
| Binary | 11111101 | 10110100 | 10100 | 0 | 11101 | 1011100 | 1 | 101001 | 1100010 | 110110 |
Color Harmonies of #FDB414
Complementary color
Monochromatic Colors of #FDB414
Black with #FDB414
Text Example
Text Example
White with #FDB414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB414; }
p { color: rgb(253,180,20); }
H1.HeaderClassName
{
color: #FDB414;
}
.AnyTagClassName
{
color: #FDB414;
}
</style>
background-color css
<style>
a { background-color: #FDB414; }
a { background-color: rgb(253,180,20); }
div.DivClassName
{
background-color: #FDB414;
}
.BgClassName
{
background-color: #FDB414;
}
</style>
border-color css
<style>
span { border-color: #FDB414; }
span { border-color: rgb(253,180,20); }
td.TdClassName
{
border-color: #FDB414;
}
.TagClassName
{
border-color: #FDB414;
}
</style>