Shades of Dark Tangerine #FFA51C
Tints of Dark Tangerine #FFA51C
RGB
CMYK
RGB Variations
Color information
#FFA51C (or 0xFFA51C) is known color: Dark Tangerine. HEX triplet: FF, A5 and 1C. RGB value is (255,165,28). Sum of RGB (Red+Green+Blue) = 255+165+28=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA51C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA51C is #005AE3. Grayscale: #B0B0B0. Windows color (decimal): -23268 or 1877503. OLE color: 1877503.
HSL color Cylindrical-coordinate representation of color #FFA51C: hue angle of 36.21º 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 #FFA51C is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 28 | - |
| CMYK | 0 | 0.35 | 0.89 | 0 |
| HSL | 36.21º | 1% | 0.55% | - |
| HSV(B) | 36.21º | 0.89% | 1% | - |
| XYZ | 54.9 | 48.25 | 7.52 | - |
| YUV | 176.29 | 44.32 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 28 | 0 | 0.35 | 0.89 | 0 | 36.21 | 1 | 0.55 |
| Hex | FF | A5 | 1C | 0 | 23 | 59 | 0 | 24 | 64 | 37 |
| Octal | 377 | 245 | 34 | 0 | 43 | 131 | 0 | 44 | 144 | 67 |
| Binary | 11111111 | 10100101 | 11100 | 0 | 100011 | 1011001 | 0 | 100100 | 1100100 | 110111 |
Color Harmonies of #FFA51C
Complementary color
Monochromatic Colors of #FFA51C
Black with #FFA51C
Text Example
Text Example
White with #FFA51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA51C; }
p { color: rgb(255,165,28); }
H1.HeaderClassName
{
color: #FFA51C;
}
.AnyTagClassName
{
color: #FFA51C;
}
</style>
background-color css
<style>
a { background-color: #FFA51C; }
a { background-color: rgb(255,165,28); }
div.DivClassName
{
background-color: #FFA51C;
}
.BgClassName
{
background-color: #FFA51C;
}
</style>
border-color css
<style>
span { border-color: #FFA51C; }
span { border-color: rgb(255,165,28); }
td.TdClassName
{
border-color: #FFA51C;
}
.TagClassName
{
border-color: #FFA51C;
}
</style>