Shades of Dark Tangerine #FFA81C
Tints of Dark Tangerine #FFA81C
RGB
CMYK
RGB Variations
Color information
#FFA81C (or 0xFFA81C) is known color: Dark Tangerine. HEX triplet: FF, A8 and 1C. RGB value is (255,168,28). Sum of RGB (Red+Green+Blue) = 255+168+28=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA81C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA81C is #0057E3. Grayscale: #B2B2B2. Windows color (decimal): -22500 or 1878271. OLE color: 1878271.
HSL color Cylindrical-coordinate representation of color #FFA81C: hue angle of 37º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFA81C is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 28 | - |
| CMYK | 0 | 0.34 | 0.89 | 0 |
| HSL | 37º | 1% | 0.55% | - |
| HSV(B) | 37º | 0.89% | 1% | - |
| XYZ | 55.45 | 49.35 | 7.7 | - |
| YUV | 178.05 | 43.32 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 28 | 0 | 0.34 | 0.89 | 0 | 37 | 1 | 0.55 |
| Hex | FF | A8 | 1C | 0 | 22 | 59 | 0 | 25 | 64 | 37 |
| Octal | 377 | 250 | 34 | 0 | 42 | 131 | 0 | 45 | 144 | 67 |
| Binary | 11111111 | 10101000 | 11100 | 0 | 100010 | 1011001 | 0 | 100101 | 1100100 | 110111 |
Color Harmonies of #FFA81C
Complementary color
Monochromatic Colors of #FFA81C
Black with #FFA81C
Text Example
Text Example
White with #FFA81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA81C; }
p { color: rgb(255,168,28); }
H1.HeaderClassName
{
color: #FFA81C;
}
.AnyTagClassName
{
color: #FFA81C;
}
</style>
background-color css
<style>
a { background-color: #FFA81C; }
a { background-color: rgb(255,168,28); }
div.DivClassName
{
background-color: #FFA81C;
}
.BgClassName
{
background-color: #FFA81C;
}
</style>
border-color css
<style>
span { border-color: #FFA81C; }
span { border-color: rgb(255,168,28); }
td.TdClassName
{
border-color: #FFA81C;
}
.TagClassName
{
border-color: #FFA81C;
}
</style>