Shades of Dark Tangerine #FFA41B
Tints of Dark Tangerine #FFA41B
RGB
CMYK
RGB Variations
Color information
#FFA41B (or 0xFFA41B) is known color: Dark Tangerine. HEX triplet: FF, A4 and 1B. RGB value is (255,164,27). Sum of RGB (Red+Green+Blue) = 255+164+27=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 27 (10.94% from 255 or 6.05% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA41B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA41B is #005BE4. Grayscale: #B0B0B0. Windows color (decimal): -23525 or 1811711. OLE color: 1811711.
HSL color Cylindrical-coordinate representation of color #FFA41B: hue angle of 36.05º 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 #FFA41B is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 27 | - |
| CMYK | 0 | 0.36 | 0.89 | 0 |
| HSL | 36.05º | 1% | 0.55% | - |
| HSV(B) | 36.05º | 0.89% | 1% | - |
| XYZ | 54.71 | 47.89 | 7.4 | - |
| YUV | 175.59 | 44.15 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 27 | 0 | 0.36 | 0.89 | 0 | 36.05 | 1 | 0.55 |
| Hex | FF | A4 | 1B | 0 | 24 | 59 | 0 | 24 | 64 | 37 |
| Octal | 377 | 244 | 33 | 0 | 44 | 131 | 0 | 44 | 144 | 67 |
| Binary | 11111111 | 10100100 | 11011 | 0 | 100100 | 1011001 | 0 | 100100 | 1100100 | 110111 |
Color Harmonies of #FFA41B
Complementary color
Monochromatic Colors of #FFA41B
Black with #FFA41B
Text Example
Text Example
White with #FFA41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA41B; }
p { color: rgb(255,164,27); }
H1.HeaderClassName
{
color: #FFA41B;
}
.AnyTagClassName
{
color: #FFA41B;
}
</style>
background-color css
<style>
a { background-color: #FFA41B; }
a { background-color: rgb(255,164,27); }
div.DivClassName
{
background-color: #FFA41B;
}
.BgClassName
{
background-color: #FFA41B;
}
</style>
border-color css
<style>
span { border-color: #FFA41B; }
span { border-color: rgb(255,164,27); }
td.TdClassName
{
border-color: #FFA41B;
}
.TagClassName
{
border-color: #FFA41B;
}
</style>