Shades of Dark Tangerine #FFA918
Tints of Dark Tangerine #FFA918
RGB
CMYK
RGB Variations
Color information
#FFA918 (or 0xFFA918) is known color: Dark Tangerine. HEX triplet: FF, A9 and 18. RGB value is (255,169,24). Sum of RGB (Red+Green+Blue) = 255+169+24=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 24 (9.77% from 255 or 5.36% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA918 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA918 is #0056E7. Grayscale: #B2B2B2. Windows color (decimal): -22248 or 1616383. OLE color: 1616383.
HSL color Cylindrical-coordinate representation of color #FFA918: hue angle of 37.66º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFA918 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 24 | - |
| CMYK | 0 | 0.34 | 0.91 | 0 |
| HSL | 37.66º | 1% | 0.55% | - |
| HSV(B) | 37.66º | 0.91% | 1% | - |
| XYZ | 55.59 | 49.7 | 7.53 | - |
| YUV | 178.18 | 40.99 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 24 | 0 | 0.34 | 0.91 | 0 | 37.66 | 1 | 0.55 |
| Hex | FF | A9 | 18 | 0 | 22 | 5B | 0 | 26 | 64 | 37 |
| Octal | 377 | 251 | 30 | 0 | 42 | 133 | 0 | 46 | 144 | 67 |
| Binary | 11111111 | 10101001 | 11000 | 0 | 100010 | 1011011 | 0 | 100110 | 1100100 | 110111 |
Color Harmonies of #FFA918
Complementary color
Monochromatic Colors of #FFA918
Black with #FFA918
Text Example
Text Example
White with #FFA918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA918; }
p { color: rgb(255,169,24); }
H1.HeaderClassName
{
color: #FFA918;
}
.AnyTagClassName
{
color: #FFA918;
}
</style>
background-color css
<style>
a { background-color: #FFA918; }
a { background-color: rgb(255,169,24); }
div.DivClassName
{
background-color: #FFA918;
}
.BgClassName
{
background-color: #FFA918;
}
</style>
border-color css
<style>
span { border-color: #FFA918; }
span { border-color: rgb(255,169,24); }
td.TdClassName
{
border-color: #FFA918;
}
.TagClassName
{
border-color: #FFA918;
}
</style>