Shades of Dark Tangerine #FDB718
Tints of Dark Tangerine #FDB718
RGB
CMYK
RGB Variations
Color information
#FDB718 (or 0xFDB718) is known color: Dark Tangerine. HEX triplet: FD, B7 and 18. RGB value is (253,183,24). Sum of RGB (Red+Green+Blue) = 253+183+24=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 24 (9.77% from 255 or 5.22% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB718 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB718 is #0248E7. Grayscale: #BABABA. Windows color (decimal): -149736 or 1619965. OLE color: 1619965.
HSL color Cylindrical-coordinate representation of color #FDB718: hue angle of 41.66º 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 #FDB718 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 24 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.01 |
| HSL | 41.66º | 0.98% | 0.54% | - |
| HSV(B) | 41.66º | 0.91% | 0.99% | - |
| XYZ | 57.61 | 54.82 | 8.41 | - |
| YUV | 185.8 | 36.69 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 24 | 0 | 0.28 | 0.91 | 0.01 | 41.66 | 0.98 | 0.54 |
| Hex | FD | B7 | 18 | 0 | 1C | 5B | 1 | 2A | 62 | 36 |
| Octal | 375 | 267 | 30 | 0 | 34 | 133 | 1 | 52 | 142 | 66 |
| Binary | 11111101 | 10110111 | 11000 | 0 | 11100 | 1011011 | 1 | 101010 | 1100010 | 110110 |
Color Harmonies of #FDB718
Complementary color
Monochromatic Colors of #FDB718
Black with #FDB718
Text Example
Text Example
White with #FDB718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB718; }
p { color: rgb(253,183,24); }
H1.HeaderClassName
{
color: #FDB718;
}
.AnyTagClassName
{
color: #FDB718;
}
</style>
background-color css
<style>
a { background-color: #FDB718; }
a { background-color: rgb(253,183,24); }
div.DivClassName
{
background-color: #FDB718;
}
.BgClassName
{
background-color: #FDB718;
}
</style>
border-color css
<style>
span { border-color: #FDB718; }
span { border-color: rgb(253,183,24); }
td.TdClassName
{
border-color: #FDB718;
}
.TagClassName
{
border-color: #FDB718;
}
</style>