Shades of Dark Tangerine #FDA918
Tints of Dark Tangerine #FDA918
RGB
CMYK
RGB Variations
Color information
#FDA918 (or 0xFDA918) is known color: Dark Tangerine. HEX triplet: FD, A9 and 18. RGB value is (253,169,24). Sum of RGB (Red+Green+Blue) = 253+169+24=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 24 (9.77% from 255 or 5.38% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA918 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA918 is #0256E7. Grayscale: #B2B2B2. Windows color (decimal): -153320 or 1616381. OLE color: 1616381.
HSL color Cylindrical-coordinate representation of color #FDA918: hue angle of 37.99º 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 #FDA918 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 24 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.01 |
| HSL | 37.99º | 0.98% | 0.54% | - |
| HSV(B) | 37.99º | 0.91% | 0.99% | - |
| XYZ | 54.86 | 49.32 | 7.49 | - |
| YUV | 177.59 | 41.33 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 24 | 0 | 0.33 | 0.91 | 0.01 | 37.99 | 0.98 | 0.54 |
| Hex | FD | A9 | 18 | 0 | 21 | 5B | 1 | 26 | 62 | 36 |
| Octal | 375 | 251 | 30 | 0 | 41 | 133 | 1 | 46 | 142 | 66 |
| Binary | 11111101 | 10101001 | 11000 | 0 | 100001 | 1011011 | 1 | 100110 | 1100010 | 110110 |
Color Harmonies of #FDA918
Complementary color
Monochromatic Colors of #FDA918
Black with #FDA918
Text Example
Text Example
White with #FDA918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA918; }
p { color: rgb(253,169,24); }
H1.HeaderClassName
{
color: #FDA918;
}
.AnyTagClassName
{
color: #FDA918;
}
</style>
background-color css
<style>
a { background-color: #FDA918; }
a { background-color: rgb(253,169,24); }
div.DivClassName
{
background-color: #FDA918;
}
.BgClassName
{
background-color: #FDA918;
}
</style>
border-color css
<style>
span { border-color: #FDA918; }
span { border-color: rgb(253,169,24); }
td.TdClassName
{
border-color: #FDA918;
}
.TagClassName
{
border-color: #FDA918;
}
</style>