Shades of Dark Tangerine #FDB618
Tints of Dark Tangerine #FDB618
RGB
CMYK
RGB Variations
Color information
#FDB618 (or 0xFDB618) is known color: Dark Tangerine. HEX triplet: FD, B6 and 18. RGB value is (253,182,24). Sum of RGB (Red+Green+Blue) = 253+182+24=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 24 (9.77% from 255 or 5.23% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB618 is #0249E7. Grayscale: #B9B9B9. Windows color (decimal): -149992 or 1619709. OLE color: 1619709.
HSL color Cylindrical-coordinate representation of color #FDB618: hue angle of 41.4º 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 #FDB618 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 24 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.01 |
| HSL | 41.4º | 0.98% | 0.54% | - |
| HSV(B) | 41.4º | 0.91% | 0.99% | - |
| XYZ | 57.4 | 54.4 | 8.34 | - |
| YUV | 185.22 | 37.02 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 24 | 0 | 0.28 | 0.91 | 0.01 | 41.4 | 0.98 | 0.54 |
| Hex | FD | B6 | 18 | 0 | 1C | 5B | 1 | 29 | 62 | 36 |
| Octal | 375 | 266 | 30 | 0 | 34 | 133 | 1 | 51 | 142 | 66 |
| Binary | 11111101 | 10110110 | 11000 | 0 | 11100 | 1011011 | 1 | 101001 | 1100010 | 110110 |
Color Harmonies of #FDB618
Complementary color
Monochromatic Colors of #FDB618
Black with #FDB618
Text Example
Text Example
White with #FDB618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB618; }
p { color: rgb(253,182,24); }
H1.HeaderClassName
{
color: #FDB618;
}
.AnyTagClassName
{
color: #FDB618;
}
</style>
background-color css
<style>
a { background-color: #FDB618; }
a { background-color: rgb(253,182,24); }
div.DivClassName
{
background-color: #FDB618;
}
.BgClassName
{
background-color: #FDB618;
}
</style>
border-color css
<style>
span { border-color: #FDB618; }
span { border-color: rgb(253,182,24); }
td.TdClassName
{
border-color: #FDB618;
}
.TagClassName
{
border-color: #FDB618;
}
</style>