Shades of Dark Tangerine #FFA817
Tints of Dark Tangerine #FFA817
RGB
CMYK
RGB Variations
Color information
#FFA817 (or 0xFFA817) is known color: Dark Tangerine. HEX triplet: FF, A8 and 17. RGB value is (255,168,23). Sum of RGB (Red+Green+Blue) = 255+168+23=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 23 (9.38% from 255 or 5.16% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA817 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA817 is #0057E8. Grayscale: #B2B2B2. Windows color (decimal): -22505 or 1550591. OLE color: 1550591.
HSL color Cylindrical-coordinate representation of color #FFA817: hue angle of 37.5º 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 #FFA817 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 23 | - |
| CMYK | 0 | 0.34 | 0.91 | 0 |
| HSL | 37.5º | 1% | 0.55% | - |
| HSV(B) | 37.5º | 0.91% | 1% | - |
| XYZ | 55.4 | 49.33 | 7.41 | - |
| YUV | 177.48 | 40.82 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 23 | 0 | 0.34 | 0.91 | 0 | 37.5 | 1 | 0.55 |
| Hex | FF | A8 | 17 | 0 | 22 | 5B | 0 | 26 | 64 | 37 |
| Octal | 377 | 250 | 27 | 0 | 42 | 133 | 0 | 46 | 144 | 67 |
| Binary | 11111111 | 10101000 | 10111 | 0 | 100010 | 1011011 | 0 | 100110 | 1100100 | 110111 |
Color Harmonies of #FFA817
Complementary color
Monochromatic Colors of #FFA817
Black with #FFA817
Text Example
Text Example
White with #FFA817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA817; }
p { color: rgb(255,168,23); }
H1.HeaderClassName
{
color: #FFA817;
}
.AnyTagClassName
{
color: #FFA817;
}
</style>
background-color css
<style>
a { background-color: #FFA817; }
a { background-color: rgb(255,168,23); }
div.DivClassName
{
background-color: #FFA817;
}
.BgClassName
{
background-color: #FFA817;
}
</style>
border-color css
<style>
span { border-color: #FFA817; }
span { border-color: rgb(255,168,23); }
td.TdClassName
{
border-color: #FFA817;
}
.TagClassName
{
border-color: #FFA817;
}
</style>