Shades of Dark Tangerine #FFA419
Tints of Dark Tangerine #FFA419
RGB
CMYK
RGB Variations
Color information
#FFA419 (or 0xFFA419) is known color: Dark Tangerine. HEX triplet: FF, A4 and 19. RGB value is (255,164,25). Sum of RGB (Red+Green+Blue) = 255+164+25=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 25 (10.16% from 255 or 5.63% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA419 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA419 is #005BE6. Grayscale: #B0B0B0. Windows color (decimal): -23527 or 1680639. OLE color: 1680639.
HSL color Cylindrical-coordinate representation of color #FFA419: hue angle of 36.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFA419 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 25 | - |
| CMYK | 0 | 0.36 | 0.90 | 0 |
| HSL | 36.26º | 1% | 0.55% | - |
| HSV(B) | 36.26º | 0.9% | 1% | - |
| XYZ | 54.69 | 47.88 | 7.28 | - |
| YUV | 175.36 | 43.15 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 25 | 0 | 0.36 | 0.90 | 0 | 36.26 | 1 | 0.55 |
| Hex | FF | A4 | 19 | 0 | 24 | 5A | 0 | 24 | 64 | 37 |
| Octal | 377 | 244 | 31 | 0 | 44 | 132 | 0 | 44 | 144 | 67 |
| Binary | 11111111 | 10100100 | 11001 | 0 | 100100 | 1011010 | 0 | 100100 | 1100100 | 110111 |
Color Harmonies of #FFA419
Complementary color
Monochromatic Colors of #FFA419
Black with #FFA419
Text Example
Text Example
White with #FFA419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA419; }
p { color: rgb(255,164,25); }
H1.HeaderClassName
{
color: #FFA419;
}
.AnyTagClassName
{
color: #FFA419;
}
</style>
background-color css
<style>
a { background-color: #FFA419; }
a { background-color: rgb(255,164,25); }
div.DivClassName
{
background-color: #FFA419;
}
.BgClassName
{
background-color: #FFA419;
}
</style>
border-color css
<style>
span { border-color: #FFA419; }
span { border-color: rgb(255,164,25); }
td.TdClassName
{
border-color: #FFA419;
}
.TagClassName
{
border-color: #FFA419;
}
</style>