Shades of Dark Tangerine #FFA50B
Tints of Dark Tangerine #FFA50B
RGB
CMYK
RGB Variations
Color information
#FFA50B (or 0xFFA50B) is known color: Dark Tangerine. HEX triplet: FF, A5 and 0B. RGB value is (255,165,11). Sum of RGB (Red+Green+Blue) = 255+165+11=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA50B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA50B is #005AF4. Grayscale: #AFAFAF. Windows color (decimal): -23285 or 763391. OLE color: 763391.
HSL color Cylindrical-coordinate representation of color #FFA50B: hue angle of 37.87º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFA50B is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 11 | - |
| CMYK | 0 | 0.35 | 0.96 | 0 |
| HSL | 37.87º | 1% | 0.52% | - |
| HSV(B) | 37.87º | 0.96% | 1% | - |
| XYZ | 54.76 | 48.19 | 6.73 | - |
| YUV | 174.35 | 35.82 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 11 | 0 | 0.35 | 0.96 | 0 | 37.87 | 1 | 0.52 |
| Hex | FF | A5 | B | 0 | 23 | 60 | 0 | 26 | 64 | 34 |
| Octal | 377 | 245 | 13 | 0 | 43 | 140 | 0 | 46 | 144 | 64 |
| Binary | 11111111 | 10100101 | 1011 | 0 | 100011 | 1100000 | 0 | 100110 | 1100100 | 110100 |
Color Harmonies of #FFA50B
Complementary color
Monochromatic Colors of #FFA50B
Black with #FFA50B
Text Example
Text Example
White with #FFA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA50B; }
p { color: rgb(255,165,11); }
H1.HeaderClassName
{
color: #FFA50B;
}
.AnyTagClassName
{
color: #FFA50B;
}
</style>
background-color css
<style>
a { background-color: #FFA50B; }
a { background-color: rgb(255,165,11); }
div.DivClassName
{
background-color: #FFA50B;
}
.BgClassName
{
background-color: #FFA50B;
}
</style>
border-color css
<style>
span { border-color: #FFA50B; }
span { border-color: rgb(255,165,11); }
td.TdClassName
{
border-color: #FFA50B;
}
.TagClassName
{
border-color: #FFA50B;
}
</style>