Shades of Dark Tangerine #FFA415
Tints of Dark Tangerine #FFA415
RGB
CMYK
RGB Variations
Color information
#FFA415 (or 0xFFA415) is known color: Dark Tangerine. HEX triplet: FF, A4 and 15. RGB value is (255,164,21). Sum of RGB (Red+Green+Blue) = 255+164+21=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 21 (8.59% from 255 or 4.77% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA415 is #005BEA. Grayscale: #AFAFAF. Windows color (decimal): -23531 or 1418495. OLE color: 1418495.
HSL color Cylindrical-coordinate representation of color #FFA415: hue angle of 36.67º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFA415 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 21 | - |
| CMYK | 0 | 0.36 | 0.92 | 0 |
| HSL | 36.67º | 1% | 0.54% | - |
| HSV(B) | 36.67º | 0.92% | 1% | - |
| XYZ | 54.65 | 47.87 | 7.07 | - |
| YUV | 174.91 | 41.15 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 21 | 0 | 0.36 | 0.92 | 0 | 36.67 | 1 | 0.54 |
| Hex | FF | A4 | 15 | 0 | 24 | 5C | 0 | 25 | 64 | 36 |
| Octal | 377 | 244 | 25 | 0 | 44 | 134 | 0 | 45 | 144 | 66 |
| Binary | 11111111 | 10100100 | 10101 | 0 | 100100 | 1011100 | 0 | 100101 | 1100100 | 110110 |
Color Harmonies of #FFA415
Complementary color
Monochromatic Colors of #FFA415
Black with #FFA415
Text Example
Text Example
White with #FFA415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA415; }
p { color: rgb(255,164,21); }
H1.HeaderClassName
{
color: #FFA415;
}
.AnyTagClassName
{
color: #FFA415;
}
</style>
background-color css
<style>
a { background-color: #FFA415; }
a { background-color: rgb(255,164,21); }
div.DivClassName
{
background-color: #FFA415;
}
.BgClassName
{
background-color: #FFA415;
}
</style>
border-color css
<style>
span { border-color: #FFA415; }
span { border-color: rgb(255,164,21); }
td.TdClassName
{
border-color: #FFA415;
}
.TagClassName
{
border-color: #FFA415;
}
</style>