Shades of Dark Tangerine #FFA51A
Tints of Dark Tangerine #FFA51A
RGB
CMYK
RGB Variations
Color information
#FFA51A (or 0xFFA51A) is known color: Dark Tangerine. HEX triplet: FF, A5 and 1A. RGB value is (255,165,26). Sum of RGB (Red+Green+Blue) = 255+165+26=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA51A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA51A is #005AE5. Grayscale: #B0B0B0. Windows color (decimal): -23270 or 1746431. OLE color: 1746431.
HSL color Cylindrical-coordinate representation of color #FFA51A: hue angle of 36.42º 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 #FFA51A is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 26 | - |
| CMYK | 0 | 0.35 | 0.90 | 0 |
| HSL | 36.42º | 1% | 0.55% | - |
| HSV(B) | 36.42º | 0.9% | 1% | - |
| XYZ | 54.88 | 48.24 | 7.4 | - |
| YUV | 176.06 | 43.32 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 26 | 0 | 0.35 | 0.90 | 0 | 36.42 | 1 | 0.55 |
| Hex | FF | A5 | 1A | 0 | 23 | 5A | 0 | 24 | 64 | 37 |
| Octal | 377 | 245 | 32 | 0 | 43 | 132 | 0 | 44 | 144 | 67 |
| Binary | 11111111 | 10100101 | 11010 | 0 | 100011 | 1011010 | 0 | 100100 | 1100100 | 110111 |
Color Harmonies of #FFA51A
Complementary color
Monochromatic Colors of #FFA51A
Black with #FFA51A
Text Example
Text Example
White with #FFA51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA51A; }
p { color: rgb(255,165,26); }
H1.HeaderClassName
{
color: #FFA51A;
}
.AnyTagClassName
{
color: #FFA51A;
}
</style>
background-color css
<style>
a { background-color: #FFA51A; }
a { background-color: rgb(255,165,26); }
div.DivClassName
{
background-color: #FFA51A;
}
.BgClassName
{
background-color: #FFA51A;
}
</style>
border-color css
<style>
span { border-color: #FFA51A; }
span { border-color: rgb(255,165,26); }
td.TdClassName
{
border-color: #FFA51A;
}
.TagClassName
{
border-color: #FFA51A;
}
</style>