Shades of Dark Tangerine #FAA10B
Tints of Dark Tangerine #FAA10B
RGB
CMYK
RGB Variations
Color information
#FAA10B (or 0xFAA10B) is known color: Dark Tangerine. HEX triplet: FA, A1 and 0B. RGB value is (250,161,11). Sum of RGB (Red+Green+Blue) = 250+161+11=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA10B is #055EF4. Grayscale: #ABABAB. Windows color (decimal): -351989 or 762362. OLE color: 762362.
HSL color Cylindrical-coordinate representation of color #FAA10B: hue angle of 37.66º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAA10B is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 11 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.02 |
| HSL | 37.66º | 0.96% | 0.51% | - |
| HSV(B) | 37.66º | 0.96% | 0.98% | - |
| XYZ | 52.23 | 45.84 | 6.41 | - |
| YUV | 170.51 | 37.99 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 11 | 0 | 0.36 | 0.96 | 0.02 | 37.66 | 0.96 | 0.51 |
| Hex | FA | A1 | B | 0 | 24 | 60 | 2 | 26 | 60 | 33 |
| Octal | 372 | 241 | 13 | 0 | 44 | 140 | 2 | 46 | 140 | 63 |
| Binary | 11111010 | 10100001 | 1011 | 0 | 100100 | 1100000 | 10 | 100110 | 1100000 | 110011 |
Color Harmonies of #FAA10B
Complementary color
Monochromatic Colors of #FAA10B
Black with #FAA10B
Text Example
Text Example
White with #FAA10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA10B; }
p { color: rgb(250,161,11); }
H1.HeaderClassName
{
color: #FAA10B;
}
.AnyTagClassName
{
color: #FAA10B;
}
</style>
background-color css
<style>
a { background-color: #FAA10B; }
a { background-color: rgb(250,161,11); }
div.DivClassName
{
background-color: #FAA10B;
}
.BgClassName
{
background-color: #FAA10B;
}
</style>
border-color css
<style>
span { border-color: #FAA10B; }
span { border-color: rgb(250,161,11); }
td.TdClassName
{
border-color: #FAA10B;
}
.TagClassName
{
border-color: #FAA10B;
}
</style>