Shades of Dark Tangerine #FDB118
Tints of Dark Tangerine #FDB118
RGB
CMYK
RGB Variations
Color information
#FDB118 (or 0xFDB118) is known color: Dark Tangerine. HEX triplet: FD, B1 and 18. RGB value is (253,177,24). Sum of RGB (Red+Green+Blue) = 253+177+24=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 24 (9.77% from 255 or 5.29% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB118 is #024EE7. Grayscale: #B6B6B6. Windows color (decimal): -151272 or 1618429. OLE color: 1618429.
HSL color Cylindrical-coordinate representation of color #FDB118: hue angle of 40.09º 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 #FDB118 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 24 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.01 |
| HSL | 40.09º | 0.98% | 0.54% | - |
| HSV(B) | 40.09º | 0.91% | 0.99% | - |
| XYZ | 56.4 | 52.39 | 8 | - |
| YUV | 182.28 | 38.68 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 24 | 0 | 0.30 | 0.91 | 0.01 | 40.09 | 0.98 | 0.54 |
| Hex | FD | B1 | 18 | 0 | 1E | 5B | 1 | 28 | 62 | 36 |
| Octal | 375 | 261 | 30 | 0 | 36 | 133 | 1 | 50 | 142 | 66 |
| Binary | 11111101 | 10110001 | 11000 | 0 | 11110 | 1011011 | 1 | 101000 | 1100010 | 110110 |
Color Harmonies of #FDB118
Complementary color
Monochromatic Colors of #FDB118
Black with #FDB118
Text Example
Text Example
White with #FDB118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB118; }
p { color: rgb(253,177,24); }
H1.HeaderClassName
{
color: #FDB118;
}
.AnyTagClassName
{
color: #FDB118;
}
</style>
background-color css
<style>
a { background-color: #FDB118; }
a { background-color: rgb(253,177,24); }
div.DivClassName
{
background-color: #FDB118;
}
.BgClassName
{
background-color: #FDB118;
}
</style>
border-color css
<style>
span { border-color: #FDB118; }
span { border-color: rgb(253,177,24); }
td.TdClassName
{
border-color: #FDB118;
}
.TagClassName
{
border-color: #FDB118;
}
</style>