Shades of Dark Tangerine #FFA91A
Tints of Dark Tangerine #FFA91A
RGB
CMYK
RGB Variations
Color information
#FFA91A (or 0xFFA91A) is known color: Dark Tangerine. HEX triplet: FF, A9 and 1A. RGB value is (255,169,26). Sum of RGB (Red+Green+Blue) = 255+169+26=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 26 (10.55% from 255 or 5.78% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA91A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA91A is #0056E5. Grayscale: #B3B3B3. Windows color (decimal): -22246 or 1747455. OLE color: 1747455.
HSL color Cylindrical-coordinate representation of color #FFA91A: hue angle of 37.47º 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 #FFA91A is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 26 | - |
| CMYK | 0 | 0.34 | 0.90 | 0 |
| HSL | 37.47º | 1% | 0.55% | - |
| HSV(B) | 37.47º | 0.9% | 1% | - |
| XYZ | 55.61 | 49.71 | 7.64 | - |
| YUV | 178.41 | 41.99 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 26 | 0 | 0.34 | 0.90 | 0 | 37.47 | 1 | 0.55 |
| Hex | FF | A9 | 1A | 0 | 22 | 5A | 0 | 25 | 64 | 37 |
| Octal | 377 | 251 | 32 | 0 | 42 | 132 | 0 | 45 | 144 | 67 |
| Binary | 11111111 | 10101001 | 11010 | 0 | 100010 | 1011010 | 0 | 100101 | 1100100 | 110111 |
Color Harmonies of #FFA91A
Complementary color
Monochromatic Colors of #FFA91A
Black with #FFA91A
Text Example
Text Example
White with #FFA91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA91A; }
p { color: rgb(255,169,26); }
H1.HeaderClassName
{
color: #FFA91A;
}
.AnyTagClassName
{
color: #FFA91A;
}
</style>
background-color css
<style>
a { background-color: #FFA91A; }
a { background-color: rgb(255,169,26); }
div.DivClassName
{
background-color: #FFA91A;
}
.BgClassName
{
background-color: #FFA91A;
}
</style>
border-color css
<style>
span { border-color: #FFA91A; }
span { border-color: rgb(255,169,26); }
td.TdClassName
{
border-color: #FFA91A;
}
.TagClassName
{
border-color: #FFA91A;
}
</style>