Shades of Dark Tangerine #FDAB18
Tints of Dark Tangerine #FDAB18
RGB
CMYK
RGB Variations
Color information
#FDAB18 (or 0xFDAB18) is known color: Dark Tangerine. HEX triplet: FD, AB and 18. RGB value is (253,171,24). Sum of RGB (Red+Green+Blue) = 253+171+24=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 24 (9.77% from 255 or 5.36% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAB18 is #0254E7. Grayscale: #B3B3B3. Windows color (decimal): -152808 or 1616893. OLE color: 1616893.
HSL color Cylindrical-coordinate representation of color #FDAB18: hue angle of 38.52º 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 #FDAB18 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 24 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.01 |
| HSL | 38.52º | 0.98% | 0.54% | - |
| HSV(B) | 38.52º | 0.91% | 0.99% | - |
| XYZ | 55.24 | 50.07 | 7.62 | - |
| YUV | 178.76 | 40.67 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 24 | 0 | 0.32 | 0.91 | 0.01 | 38.52 | 0.98 | 0.54 |
| Hex | FD | AB | 18 | 0 | 20 | 5B | 1 | 27 | 62 | 36 |
| Octal | 375 | 253 | 30 | 0 | 40 | 133 | 1 | 47 | 142 | 66 |
| Binary | 11111101 | 10101011 | 11000 | 0 | 100000 | 1011011 | 1 | 100111 | 1100010 | 110110 |
Color Harmonies of #FDAB18
Complementary color
Monochromatic Colors of #FDAB18
Black with #FDAB18
Text Example
Text Example
White with #FDAB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB18; }
p { color: rgb(253,171,24); }
H1.HeaderClassName
{
color: #FDAB18;
}
.AnyTagClassName
{
color: #FDAB18;
}
</style>
background-color css
<style>
a { background-color: #FDAB18; }
a { background-color: rgb(253,171,24); }
div.DivClassName
{
background-color: #FDAB18;
}
.BgClassName
{
background-color: #FDAB18;
}
</style>
border-color css
<style>
span { border-color: #FDAB18; }
span { border-color: rgb(253,171,24); }
td.TdClassName
{
border-color: #FDAB18;
}
.TagClassName
{
border-color: #FDAB18;
}
</style>