Shades of Dark Tangerine #FFA31B
Tints of Dark Tangerine #FFA31B
RGB
CMYK
RGB Variations
Color information
#FFA31B (or 0xFFA31B) is known color: Dark Tangerine. HEX triplet: FF, A3 and 1B. RGB value is (255,163,27). Sum of RGB (Red+Green+Blue) = 255+163+27=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 27 (10.94% from 255 or 6.07% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA31B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA31B is #005CE4. Grayscale: #AFAFAF. Windows color (decimal): -23781 or 1811455. OLE color: 1811455.
HSL color Cylindrical-coordinate representation of color #FFA31B: hue angle of 35.79º 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 #FFA31B is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 27 | - |
| CMYK | 0 | 0.36 | 0.89 | 0 |
| HSL | 35.79º | 1% | 0.55% | - |
| HSV(B) | 35.79º | 0.89% | 1% | - |
| XYZ | 54.54 | 47.53 | 7.34 | - |
| YUV | 175 | 44.48 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 27 | 0 | 0.36 | 0.89 | 0 | 35.79 | 1 | 0.55 |
| Hex | FF | A3 | 1B | 0 | 24 | 59 | 0 | 24 | 64 | 37 |
| Octal | 377 | 243 | 33 | 0 | 44 | 131 | 0 | 44 | 144 | 67 |
| Binary | 11111111 | 10100011 | 11011 | 0 | 100100 | 1011001 | 0 | 100100 | 1100100 | 110111 |
Color Harmonies of #FFA31B
Complementary color
Monochromatic Colors of #FFA31B
Black with #FFA31B
Text Example
Text Example
White with #FFA31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA31B; }
p { color: rgb(255,163,27); }
H1.HeaderClassName
{
color: #FFA31B;
}
.AnyTagClassName
{
color: #FFA31B;
}
</style>
background-color css
<style>
a { background-color: #FFA31B; }
a { background-color: rgb(255,163,27); }
div.DivClassName
{
background-color: #FFA31B;
}
.BgClassName
{
background-color: #FFA31B;
}
</style>
border-color css
<style>
span { border-color: #FFA31B; }
span { border-color: rgb(255,163,27); }
td.TdClassName
{
border-color: #FFA31B;
}
.TagClassName
{
border-color: #FFA31B;
}
</style>